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

Function boxComplement

Src/Base/AMReX_BoxArray.cpp:1702–1707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1700}
1701
1702BoxArray
1703boxComplement (const Box& b1in,
1704 const Box& b2)
1705{
1706 return BoxArray(amrex::boxDiff(b1in, b2));
1707}
1708
1709BoxArray
1710complementIn (const Box& b,

Callers 1

constructAreaNotToTagMethod · 0.85

Calls 2

boxDiffFunction · 0.85
BoxArrayClass · 0.70

Tested by

no test coverage detected