MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / GetVolume

Method GetVolume

Src/Base/AMReX_Geometry.cpp:206–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void
207Geometry::GetVolume (MultiFab& vol,
208 const BoxArray& grds,
209 const DistributionMapping& dm,
210 int ngrow) const
211{
212 vol.define(grds,dm,1,ngrow,MFInfo(),FArrayBoxFactory());
213 GetVolume(vol);
214}
215
216void
217Geometry::GetVolume (MultiFab& vol) const

Callers 5

average_downFunction · 0.45
computeDivergenceFunction · 0.45
computeGradientFunction · 0.45

Calls 15

MFInfoClass · 0.85
AbortFunction · 0.85
inLaunchRegionFunction · 0.85
inNoSyncRegionFunction · 0.85
streamSynchronizeFunction · 0.85
TilingIfNotGPUFunction · 0.85
growntileboxMethod · 0.80
ParallelForFunction · 0.70
amrex_setvolFunction · 0.70
AMREX_D_TERMFunction · 0.50
defineMethod · 0.45
setValMethod · 0.45

Tested by

no test coverage detected