Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
Box
10
InterpolaterBoxCoarsener::doit (const Box& fine) const
11
{
12
return mapper->CoarseBox(fine, ratio);
13
}
14
15
BoxConverter*
16
InterpolaterBoxCoarsener::clone () const
Callers
3
InterpFromCoarseLevel
Function · 0.80
AMReX_FabArrayBase.cpp
File · 0.80
PhysBCFunctUseCoarseGhost
Method · 0.80
Calls
1
CoarseBox
Method · 0.45
Tested by
no test coverage detected