MCPcopy 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
1168bool
1169BoxArray::intersects (const Box& b, int ng) const
1170{
1171 return intersects(b, IntVect(ng));
1172}
1173
1174bool
1175BoxArray::intersects (const Box& b, const IntVect& ng) const

Callers 15

defineMethod · 0.45
defineMethod · 0.45
FillVarMethod · 0.45
NIntersectingGridsMethod · 0.45
AMReX_AmrData.cppFile · 0.45
MinMaxMethod · 0.45
PointValueMethod · 0.45
LineValuesMethod · 0.45
InitializeMethod · 0.45

Calls 2

intersectsFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected