Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
BoxDomain
73
complementIn (const Box& b,
74
const BoxDomain& bl)
75
{
76
BoxDomain result;
77
result.complementIn(b,bl);
78
return result;
79
}
80
81
const BoxList&
82
BoxDomain::boxList () const
Callers
1
AMReX_BoxDomain.cpp
File · 0.70
Calls
1
complementIn
Method · 0.80
Tested by
no test coverage detected