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

Function complementIn

Src/Base/AMReX_BoxList.cpp:295–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295BoxList
296complementIn (const Box& b, const BoxList& bl)
297{
298 BL_ASSERT(bl.ixType() == b.ixType());
299 BoxList newb(b.ixType());
300 newb.complementIn(b,bl);
301 return newb;
302}
303
304BoxList&
305BoxList::complementIn (const Box& b, const BoxList& bl)

Callers 5

AMReX_BoxList.cppFile · 0.70
setupMFFunction · 0.50
FillVarMethod · 0.50
UpdateStatsMethod · 0.50

Calls 2

complementInMethod · 0.80
ixTypeMethod · 0.45

Tested by

no test coverage detected