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

Function nComp

Src/Base/AMReX_FabArrayBase.cpp:2852–2855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2850/// \endcond
2851
2852int nComp (FabArrayBase const& fa)
2853{
2854 return fa.nComp();
2855}
2856
2857IntVect nGrowVect (FabArrayBase const& fa)
2858{

Callers 15

contains_nanMethod · 0.70
contains_infMethod · 0.70
copyToMemMethod · 0.70
copyFromMemMethod · 0.70
addFromMemMethod · 0.70
AMReX_BaseFab.HFile · 0.70
dotMethod · 0.70
dotmaskMethod · 0.70
writeOnMethod · 0.70
is_finiteMethod · 0.70
contains_nanMethod · 0.70
contains_infMethod · 0.70

Calls 1

nCompMethod · 0.45

Tested by

no test coverage detected