|
| BoxArray | amrex::boxComplement (const Box &b1in, const Box &b2) |
| | Make a BoxArray from the the complement of b2 in b1in.
|
| |
| BoxArray | amrex::complementIn (const Box &b, const BoxArray &ba) |
| | Make a BoxArray from the complement of BoxArray ba in Box b.
|
| |
| BoxArray | amrex::intersect (const BoxArray &ba, const Box &b, int ng=0) |
| | Make a BoxArray from the intersection of Box b and BoxArray(+ghostcells).
|
| |
| BoxArray | amrex::intersect (const BoxArray &ba, const Box &b, const IntVect &ng) |
| |
| BoxArray | amrex::intersect (const BoxArray &lhs, const BoxArray &rhs) |
| | Make a BoxArray from the intersection of two BoxArrays.
|
| |
| BoxList | amrex::intersect (const BoxArray &ba, const BoxList &bl) |
| | Make a BoxList from the intersection of BoxArray and BoxList.
|
| |
| BoxArray | amrex::convert (const BoxArray &ba, IndexType typ) |
| |
| BoxArray | amrex::convert (const BoxArray &ba, const IntVect &typ) |
| |
| BoxArray | amrex::coarsen (const BoxArray &ba, int ratio) |
| |
| BoxArray | amrex::coarsen (const BoxArray &ba, const IntVect &ratio) |
| |
| BoxArray | amrex::refine (const BoxArray &ba, int ratio) |
| |
| BoxArray | amrex::refine (const BoxArray &ba, const IntVect &ratio) |
| |
| BoxList | amrex::GetBndryCells (const BoxArray &ba, int ngrow) |
| | Find the ghost cells of a given BoxArray.
|
| |
| void | amrex::readBoxArray (BoxArray &ba, std::istream &s, bool b=false) |
| | Read a BoxArray from a stream. If b is true, read in a special way.
|
| |
| bool | amrex::match (const BoxArray &x, const BoxArray &y) |
| | Note that two BoxArrays that match are not necessarily equal.
|
| |
| BoxArray | amrex::decompose (Box const &domain, int nboxes, Array< bool, 3 > const &decomp={ true, true, true }, bool no_overlap=false) |
| | Decompose domain box into BoxArray.
|
| |
| std::ostream & | amrex::operator<< (std::ostream &os, const BoxArray &ba) |
| | Write a BoxArray to an ostream in ASCII format.
|
| |
| std::ostream & | amrex::operator<< (std::ostream &os, const BoxArray::RefID &id) |
| |