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

Method intersections

Src/Base/AMReX_BoxArray.cpp:1185–1191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1183}
1184
1185std::vector< std::pair<int,Box> >
1186BoxArray::intersections (const Box& bx) const
1187{
1188 std::vector< std::pair<int,Box> > isects;
1189 intersections(bx,isects,false,IntVect::TheZeroVector());
1190 return isects;
1191}
1192
1193std::vector< std::pair<int,Box> >
1194BoxArray::intersections (const Box& bx, bool first_only, int ng) const

Callers 15

setValMethod · 0.80
MakeNewGridsMethod · 0.80
ClearInternalBordersMethod · 0.80
OverwriteFluxMethod · 0.80
defineMethod · 0.80
buildNeighborMaskMethod · 0.80
GetCommTagsBoxMethod · 0.80
getNeighborTagsMethod · 0.80
WhereMethod · 0.80
EnforcePeriodicWhereMethod · 0.80
computeNeighborProcsFunction · 0.80
NestsetsFunction · 0.80

Calls 14

convertFunction · 0.85
refineMethod · 0.80
is_nullMethod · 0.80
is_simpleMethod · 0.80
coarsenFunction · 0.70
resizeMethod · 0.45
emptyMethod · 0.45
ixTypeMethod · 0.45
coarsenMethod · 0.45
normalizeMethod · 0.45
intersectsMethod · 0.45
cendMethod · 0.45

Tested by 1

getErrorNormsFunction · 0.64