Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ refine
Function
refine
Src/Base/AMReX_BoxDomain.cpp:35–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void
36
refine (BoxDomain& dest,
37
const BoxDomain& fin,
38
int ratio)
39
{
40
dest = fin;
41
dest.refine(ratio);
42
}
43
44
void
45
accrete (BoxDomain& dest,
Callers
1
AMReX_BoxDomain.cpp
File · 0.70
Calls
1
refine
Method · 0.80
Tested by
no test coverage detected