Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1702
BoxArray
1703
boxComplement (const Box& b1in,
1704
const Box& b2)
1705
{
1706
return BoxArray(amrex::boxDiff(b1in, b2));
1707
}
1708
1709
BoxArray
1710
complementIn (const Box& b,
Callers
1
constructAreaNotToTag
Method · 0.85
Calls
2
boxDiff
Function · 0.85
BoxArray
Class · 0.70
Tested by
no test coverage detected