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

Function coarsen

Src/Base/AMReX_BoxArray.cpp:1809–1815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1807}
1808
1809BoxArray
1810coarsen (const BoxArray& ba, int ratio)
1811{
1812 BoxArray ba2 = ba;
1813 ba2.coarsen(ratio);
1814 return ba2;
1815}
1816
1817BoxArray
1818coarsen (const BoxArray& ba, const IntVect& ratio)

Callers 10

numPtsMethod · 0.70
d_numPtsMethod · 0.70
AMReX_BoxArray.cppFile · 0.70
coarsenableMethod · 0.70
okMethod · 0.70
isDisjointMethod · 0.70
boxListMethod · 0.70
intersectionsMethod · 0.70
complementInMethod · 0.70
removeOverlapMethod · 0.70

Calls 1

coarsenMethod · 0.45

Tested by

no test coverage detected