#include <TensorCFIVS.H>
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.
Public Member Functions | |
bool | isDefined () const |
const IntVectSet & | getFineIVS () const |
TensorCFIVS () | |
~TensorCFIVS () | |
TensorCFIVS (const Box &Domain, const Box &box_in, const DisjointBoxLayout &Levboxes, int Direction, Side::LoHiSide hiorlo) | |
TensorCFIVS (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) |
Protected Member Functions | |
void | setDefaultValues () |
Protected Attributes | |
IntVectSet | fiinterp_ivs |
bool | isdefined |
Private Member Functions | |
void | operator= (const TensorCFIVS &levcfs_in) |
TensorCFIVS (const TensorCFIVS &levcfs_in) |
TensorCFIVS::TensorCFIVS | ( | ) |
TensorCFIVS::~TensorCFIVS | ( | ) |
TensorCFIVS::TensorCFIVS | ( | const Box & | Domain, | |
const Box & | box_in, | |||
const DisjointBoxLayout & | Levboxes, | |||
int | Direction, | |||
Side::LoHiSide | hiorlo | |||
) |
TensorCFIVS::TensorCFIVS | ( | const ProblemDomain & | Domain, | |
const Box & | box_in, | |||
const DisjointBoxLayout & | Levboxes, | |||
int | Direction, | |||
Side::LoHiSide | hiorlo | |||
) |
TensorCFIVS::TensorCFIVS | ( | const TensorCFIVS & | levcfs_in | ) | [inline, private] |
void TensorCFIVS::setDefaultValues | ( | ) | [protected] |
bool TensorCFIVS::isDefined | ( | ) | const |
const IntVectSet& TensorCFIVS::getFineIVS | ( | ) | const |
Get fine intvects which need to be interpolated. This will be empty if isEmpty() returns true
void TensorCFIVS::define | ( | const Box & | Domain, | |
const Box & | box_in, | |||
const DisjointBoxLayout & | fine_boxes, | |||
int | Direction, | |||
Side::LoHiSide | hiorlo | |||
) |
void TensorCFIVS::define | ( | const ProblemDomain & | Domain, | |
const Box & | box_in, | |||
const DisjointBoxLayout & | fine_boxes, | |||
int | Direction, | |||
Side::LoHiSide | hiorlo | |||
) |
void TensorCFIVS::operator= | ( | const TensorCFIVS & | levcfs_in | ) | [inline, private] |
IntVectSet TensorCFIVS::fiinterp_ivs [protected] |
bool TensorCFIVS::isdefined [protected] |