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

Function intersect

Src/Base/AMReX_BoxDomain.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void
19intersect (BoxDomain& dest,
20 const BoxDomain& fin,
21 const Box& b)
22{
23 dest = fin;
24 dest.intersect(b);
25}
26
27BoxDomain&
28BoxDomain::refine (int ratio)

Callers 1

Calls 1

intersectMethod · 0.80

Tested by

no test coverage detected