|
void | amrex::intersect (BoxDomain &dest, const BoxDomain &fin, const Box &b) |
| Compute the intersection of BoxDomain fin with Box b and place the result into BoxDomain dest. More...
|
|
void | amrex::refine (BoxDomain &dest, const BoxDomain &fin, int ratio) |
| Refine all Boxes in the domain by the refinement ratio and return the result in dest. More...
|
|
void | amrex::accrete (BoxDomain &dest, const BoxDomain &fin, int sz=1) |
| Grow each Box in BoxDomain fin by size sz and place the result into BoxDomain dest. More...
|
|
void | amrex::coarsen (BoxDomain &dest, const BoxDomain &fin, int ratio) |
| Coarsen all Boxes in the domain by the refinement ratio. The result is placed into a new BoxDomain. More...
|
|
BoxDomain | amrex::complementIn (const Box &b, const BoxDomain &bl) |
| Returns the complement of BoxDomain bl in Box b. More...
|
|
std::ostream & | amrex::operator<< (std::ostream &os, const BoxDomain &bd) |
| Output a BoxDomain to an ostream is ASCII format. More...
|
|