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

Method FabArray

Src/Base/AMReX_FabArray.H:2042–2046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2040
2041template <class FAB>
2042FabArray<FAB>::FabArray () noexcept
2043 : shmem()
2044{
2045 m_FA_stats.recordBuild();
2046}
2047
2048template <class FAB>
2049FabArray<FAB>::FabArray (Arena* a) noexcept

Callers

nothing calls this directly

Calls 12

MFInfoClass · 0.85
AbortFunction · 0.85
FactoryMethod · 0.80
DistributionMapMethod · 0.80
recordBuildMethod · 0.45
cloneMethod · 0.45
boxArrayMethod · 0.45
nGrowVectMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
create_aliasMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected