Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ intersects
Method
intersects
Src/Base/AMReX_BoxArray.cpp:1168–1172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1166
}
1167
1168
bool
1169
BoxArray::intersects (const Box& b, int ng) const
1170
{
1171
return intersects(b, IntVect(ng));
1172
}
1173
1174
bool
1175
BoxArray::intersects (const Box& b, const IntVect& ng) const
Callers
15
define
Method · 0.45
define
Method · 0.45
amrex_fi_build_octree_leaves
Function · 0.45
amrex_fi_boxarray_intersects_box
Function · 0.45
FillVar
Method · 0.45
NIntersectingGrids
Method · 0.45
FinestIntersectingLevel
Method · 0.45
AMReX_AmrData.cpp
File · 0.45
MinMax
Method · 0.45
PointValue
Method · 0.45
LineValues
Method · 0.45
Initialize
Method · 0.45
Calls
2
intersects
Function · 0.70
empty
Method · 0.45
Tested by
no test coverage detected