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

Method doit

Src/AmrCore/AMReX_InterpBase.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7{}
8
9Box
10InterpolaterBoxCoarsener::doit (const Box& fine) const
11{
12 return mapper->CoarseBox(fine, ratio);
13}
14
15BoxConverter*
16InterpolaterBoxCoarsener::clone () const

Callers 3

InterpFromCoarseLevelFunction · 0.80

Calls 1

CoarseBoxMethod · 0.45

Tested by

no test coverage detected