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

Function nGrowVect

Src/Base/AMReX_FabArrayBase.cpp:2857–2860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2855}
2856
2857IntVect nGrowVect (FabArrayBase const& fa)
2858{
2859 return fa.nGrowVect();
2860}
2861
2862BoxArray const& boxArray (FabArrayBase const& fa)
2863{

Callers 15

is_finiteMethod · 0.70
contains_nanMethod · 0.70
contains_infMethod · 0.70
ParallelCopy_nowaitMethod · 0.70
copyToMethod · 0.70
FillBoundaryMethod · 0.70
FillBoundary_nowaitMethod · 0.70
EnforcePeriodicityMethod · 0.70
solve_bicgstabMethod · 0.50
solve_cgMethod · 0.50

Calls 1

nGrowVectMethod · 0.45

Tested by

no test coverage detected