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

Function complementIn

Src/Base/AMReX_BoxDomain.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72BoxDomain
73complementIn (const Box& b,
74 const BoxDomain& bl)
75{
76 BoxDomain result;
77 result.complementIn(b,bl);
78 return result;
79}
80
81const BoxList&
82BoxDomain::boxList () const

Callers 1

Calls 1

complementInMethod · 0.80

Tested by

no test coverage detected