Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ const_array
Method
const_array
Src/EB/AMReX_MultiCutFab.cpp:97–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
Array4<Real const>
98
MultiCutFab::const_array (const MFIter& mfi) const noexcept
99
{
100
AMREX_ASSERT(ok(mfi));
101
return m_data.array(mfi);
102
}
103
104
Array4<Real const>
105
MultiCutFab::array (const MFIter& mfi) const noexcept
Callers
15
ParallelCopyWithItselfIsCorrect
Function · 0.45
ParallelCopyFaceToFace
Function · 0.45
main
Function · 0.45
initData
Method · 0.45
compute_gradient
Method · 0.45
initializeTriangleWaveDataFor2D
Method · 0.45
initializePoiseuilleDataFor2D
Method · 0.45
initializePoiseuilleDataFor3D
Method · 0.45
AdvancePhiAtLevel
Method · 0.45
AdvancePhiAllLevels
Method · 0.45
compute_dSdt
Method · 0.45
coarsen
Method · 0.45
Calls
1
array
Method · 0.45
Tested by
2
initData
Method · 0.36
compute_gradient
Method · 0.36