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

Function removeOverlap

Src/Base/AMReX_BoxList.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132BoxList
133removeOverlap (const BoxList& bl)
134{
135 BoxArray ba(bl);
136 ba.removeOverlap();
137 return ba.boxList();
138}
139
140bool
141BoxList::operator!= (const BoxList& rhs) const

Callers 2

addMethod · 0.85
GetBndryCellsFunction · 0.85

Calls 2

removeOverlapMethod · 0.80
boxListMethod · 0.45

Tested by

no test coverage detected