Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ intersect
Function
intersect
Src/Base/AMReX_BoxDomain.cpp:18–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
void
19
intersect (BoxDomain& dest,
20
const BoxDomain& fin,
21
const Box& b)
22
{
23
dest = fin;
24
dest.intersect(b);
25
}
26
27
BoxDomain&
28
BoxDomain::refine (int ratio)
Callers
1
AMReX_BoxDomain.cpp
File · 0.70
Calls
1
intersect
Method · 0.80
Tested by
no test coverage detected