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

Method GetFaceArea

Src/Base/AMReX_Geometry.cpp:301–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299#endif
300
301void
302Geometry::GetFaceArea (MultiFab& area,
303 const BoxArray& grds,
304 const DistributionMapping& dm,
305 int dir,
306 int ngrow) const
307{
308 BoxArray edge_boxes(grds);
309 edge_boxes.surroundingNodes(dir);
310 area.define(edge_boxes,dm,1,ngrow,MFInfo(),FArrayBoxFactory());
311
312 GetFaceArea(area, dir);
313}
314
315void
316Geometry::GetFaceArea (MultiFab& area,

Callers 2

computeDivergenceFunction · 0.45
computeGradientFunction · 0.45

Calls 14

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_setareaFunction · 0.70
defineMethod · 0.45
setValMethod · 0.45
nGrowVectMethod · 0.45

Tested by

no test coverage detected