Public Methods |
| RegCFIVS () |
| RegCFIVS (const Box &a_domain, const Box &a_boxIn, const DisjointBoxLayout &a_levboxes, int a_direction, Side::LoHiSide a_hiorlo) |
| RegCFIVS (const ProblemDomain &a_domain, const Box &a_boxIn, const DisjointBoxLayout &a_levboxes, int a_direction, Side::LoHiSide a_hiorlo) |
| ~RegCFIVS () |
bool | isDefined () const |
void | define (const Box &a_domain, const Box &a_boxIn, const DisjointBoxLayout &a_fineBoxes, int a_direction, Side::LoHiSide a_hiorlo) |
void | define (const ProblemDomain &a_domain, const Box &a_boxIn, const DisjointBoxLayout &a_fineBoxes, int a_direction, Side::LoHiSide a_hiorlo) |
bool | isPacked () const |
const Box & | packedBox () const |
const IntVectSet & | getFineIVS () const |
Static Public Attributes |
long long | m_packCount |
long long | m_sparseCount |
Protected Methods |
void | setDefaultValues () |
Protected Attributes |
IntVectSet | m_fiinterpIvs |
bool | m_packed |
Box | m_packedBox |
bool | m_isDefined |
Private Methods |
| RegCFIVS (const RegCFIVS &) |
void | operator= (const RegCFIVS &) |
Class to get fine intvectset at cf interface. This class should be considered internal to AMRSolver and should not be considered part of the Chombo API.