Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
BoxList
133
removeOverlap (const BoxList& bl)
134
{
135
BoxArray ba(bl);
136
ba.removeOverlap();
137
return ba.boxList();
138
}
139
140
bool
141
BoxList::operator!= (const BoxList& rhs) const
Callers
2
add
Method · 0.85
GetBndryCells
Function · 0.85
Calls
2
removeOverlap
Method · 0.80
boxList
Method · 0.45
Tested by
no test coverage detected