MCPcopy 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
35void
36refine (BoxDomain& dest,
37 const BoxDomain& fin,
38 int ratio)
39{
40 dest = fin;
41 dest.refine(ratio);
42}
43
44void
45accrete (BoxDomain& dest,

Callers 1

Calls 1

refineMethod · 0.80

Tested by

no test coverage detected