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

Method complementIn

Src/Base/AMReX_BoxArray.cpp:1313–1319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1311}
1312
1313BoxList
1314BoxArray::complementIn (const Box& bx) const
1315{
1316 BoxList bl(bx.ixType());
1317 complementIn(bl, bx);
1318 return bl;
1319}
1320
1321BoxList
1322BoxArray::complementIn (const Box& bx, const Periodicity& period) const

Callers 12

testFunction · 0.80
defineMethod · 0.80
define_fb_metadataMethod · 0.80
CFinfoMethod · 0.80
complementInFunction · 0.80
complementInFunction · 0.80
GetBndryCellsFunction · 0.80
complementInFunction · 0.80
AMReX_BoxList.cppFile · 0.80
convexifyFunction · 0.80

Calls 15

convertFunction · 0.85
boxDiffFunction · 0.85
shiftIntVectMethod · 0.80
isNotEmptyMethod · 0.80
joinMethod · 0.80
refineMethod · 0.80
is_nullMethod · 0.80
is_simpleMethod · 0.80
complementInFunction · 0.70
coarsenFunction · 0.70
ixTypeMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected