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

Method define

Src/Base/AMReX_FabArrayBase.cpp:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void
175FabArrayBase::define (const BoxArray& bxs,
176 const DistributionMapping& dm,
177 int nvar,
178 int ngrow)
179{
180 define(bxs, dm, nvar, IntVect(ngrow));
181}
182
183void
184FabArrayBase::define (const BoxArray& bxs,

Callers 3

CPCMethod · 0.45
CFinfoMethod · 0.45

Calls 15

sameTeamFunction · 0.85
boxDiffFunction · 0.85
TeamSizeFunction · 0.85
AbortFunction · 0.85
convertFunction · 0.85
allGEMethod · 0.80
shiftIntVectMethod · 0.80
intersectionsMethod · 0.80
DistributionMapMethod · 0.80
BoxListClass · 0.70
BoxArrayClass · 0.70
MyProcFunction · 0.70

Tested by

no test coverage detected