MCPcopy 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
97Array4<Real const>
98MultiCutFab::const_array (const MFIter& mfi) const noexcept
99{
100 AMREX_ASSERT(ok(mfi));
101 return m_data.array(mfi);
102}
103
104Array4<Real const>
105MultiCutFab::array (const MFIter& mfi) const noexcept

Callers 15

ParallelCopyFaceToFaceFunction · 0.45
mainFunction · 0.45
initDataMethod · 0.45
compute_gradientMethod · 0.45
AdvancePhiAtLevelMethod · 0.45
AdvancePhiAllLevelsMethod · 0.45
compute_dSdtMethod · 0.45
coarsenMethod · 0.45

Calls 1

arrayMethod · 0.45

Tested by 2

initDataMethod · 0.36
compute_gradientMethod · 0.36