Public Methods |
bool | isDefined () const |
bool | isPacked () const |
const Box & | packedBox () const |
const IntVectSet & | getFineIVS () const |
| CFIVS () |
| ~CFIVS () |
| CFIVS (const Box &Domain, const Box &box_in, const DisjointBoxLayout &Levboxes, int Direction, Side::LoHiSide hiorlo) |
| CFIVS (const ProblemDomain &Domain, const Box &box_in, const DisjointBoxLayout &Levboxes, int Direction, Side::LoHiSide hiorlo) |
void | define (const Box &Domain, const Box &box_in, const DisjointBoxLayout &fine_boxes, int Direction, Side::LoHiSide hiorlo) |
void | define (const ProblemDomain &Domain, const Box &box_in, const DisjointBoxLayout &fine_boxes, int Direction, Side::LoHiSide hiorlo) |
Static Public Attributes |
long long | m_packCount |
long long | m_sparseCount |
Protected Methods |
void | setDefaultValues () |
Protected Attributes |
IntVectSet | fiinterp_ivs |
bool | m_packed |
Box | m_packedBox |
bool | isdefined |
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.