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

Function complementIn

Src/Base/AMReX_BoxArray.cpp:1709–1714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1707}
1708
1709BoxArray
1710complementIn (const Box& b,
1711 const BoxArray& ba)
1712{
1713 return BoxArray { ba.complementIn(b) };
1714}
1715
1716BoxArray
1717intersect (const BoxArray& ba,

Callers 2

containsMethod · 0.70
complementInMethod · 0.70

Calls 1

complementInMethod · 0.80

Tested by

no test coverage detected