Chombo + EB + MF
3.2
|
Array defined at the Faces of an Box in an EBISBox. More...
#include <BaseEBFaceFAB.H>
Public Member Functions | |
int | numDataTypes () const |
for AggStencil More... | |
int | dataType (const BaseIndex &a_baseInd) const |
for AggStencil More... | |
long | offset (const BaseIndex &a_baseInd, const int a_ivar) const |
for AggStencil More... | |
T * | dataPtr (int a_dataType, int a_ivar) |
for AggStencil More... | |
const T * | dataPtr (int a_dataType, int a_ivar) const |
BaseEBFaceFAB () | |
BaseEBFaceFAB (const EBISBox &a_ebisBox, const Box &a_region, int a_iDir, int a_nVar) | |
virtual void | define (const EBISBox &a_ebisBox, const Box &a_region, int a_iDir, int a_nVar) |
virtual | ~BaseEBFaceFAB () |
void | clear () |
void | setVal (const T &value) |
void | setVal (int ivar, const T &value) |
bool | isDefined () const |
int | nComp () const |
const MiniIFFAB< T > & | getMultiValuedFAB () const |
MiniIFFAB< T > & | getMultiValuedFAB () |
const BaseFab< T > & | getSingleValuedFAB () const |
BaseFab< T > & | getSingleValuedFAB () |
int | direction () const |
const Box & | getRegion () const |
const Box & | getCellRegion () const |
T & | operator() (const FaceIndex &a_facein, int a_nVarLoc) |
const T & | operator() (const FaceIndex &a_facein, int a_nVarLoc) const |
void | copy (const Box &RegionFrom, const Interval &destInt, const Box &RegionTo, const BaseEBFaceFAB< T > &source, const Interval &srcInt) |
BaseEBFaceFAB< T > & | copy (const BaseEBFaceFAB< T > &source) |
int | size (const Box &R, const Interval &comps) const |
void | linearOut (void *buf, const Box &R, const Interval &comps) const |
void | linearIn (void *buf, const Box &R, const Interval &comps) |
BaseEBFaceFAB (const Box &a_region, int a_nVar) | |
Invalid but necessary for LevelData<T> to compile. More... | |
const EBISBox & | getEBISBox () const |
void | setCoveredFaceVal (const T &a_val, const int &a_comp, const bool &a_doMulti=true) |
BaseEBFaceFAB (const Interval &a_comps, BaseEBFaceFAB< T > &a_original) | |
aliasing copy-ish constructor. Used when the 'alias' function is invoked on LevelData More... | |
Static Public Member Functions | |
static bool | preAllocatable () |
Public Attributes | |
bool | m_verbose = false |
Protected Attributes | |
MiniIFFAB< T > | m_irrFAB |
data at faces which abut multi-valued cells More... | |
BaseFab< T > | m_regFAB |
data at faces between two single-valued cells More... | |
int | m_nComp |
number of data values at each face in BaseEBFaceFAB More... | |
int | m_iDir |
Box | m_regionFace |
the face-centered region over which the BaseEBFaceFAB lives More... | |
Box | m_region |
the cell-centered region over which the BaseEBFaceFAB lives More... | |
bool | m_isDefined |
has the full define function been called for the BaseEBFaceFAB? More... | |
EBISBox | m_ebisBox |
Private Member Functions | |
void | setDefaultValues () |
void | operator= (const BaseEBFaceFAB< T > &ebcin) |
BaseEBFaceFAB (const BaseEBFaceFAB< T > &ebcin) | |
Array defined at the Faces of an Box in an EBISBox.
An BaseEBFaceFAB is a templated holder for face-centered data over a region which consists of the intersection of a face-centered box and an EBISBox. At every uncovered VoF in this intersection, the BaseEBFaceFAB contains a specified number of data values. At singly valued faces, the data is stored internally in a BaseFab. At multiply-valued faces, the data is stored internally in an INFab. A multiply-valued face is defined to be a face which abuts at least one multiply-valued Face. BaseEBFaceFAB provides indexing by Face. This class does not provide a copy constructor or assignment operator for all the usual reasons.
|
inline |
Referenced by BaseEBFaceFAB< Real >::BaseEBFaceFAB(), and BaseEBFaceFAB< Real >::dataPtr().
|
inline |
Box going into this needs to be cell-centered. Data will exist over the surrounding nodes of the box.
|
inlinevirtual |
Referenced by BaseEBFaceFAB< Real >::dataPtr().
|
inline |
Invalid but necessary for LevelData<T> to compile.
BaseEBFaceFAB< T >::BaseEBFaceFAB | ( | const Interval & | a_comps, |
BaseEBFaceFAB< T > & | a_original | ||
) |
aliasing copy-ish constructor. Used when the 'alias' function is invoked on LevelData
Constructs an 'aliased' BaseEBCellFab of the requested interval of the argument BaseEBCellFab. This BaseEBCellFab does not allocate any memory, but sets its data pointer into the memory pointed to by the argument BaseEBCellFab. It is the users responsiblity to ensure this aliased BaseEBCellFab is not used after the original BaseEBCellFab has deleted its data ptr (resize, define(..) called, or destruction, etc.).
This aliased BaseEBCellFab will also generate side effects (modifying the values of data in one will modify the other's data).
This aliased BaseFab will have a_comps.size() components, starting at zero.
|
inlineprivate |
|
inline |
for AggStencil
|
inline |
for AggStencil
|
inline |
for AggStencil
|
inline |
for AggStencil
|
inline |
|
inlinevirtual |
Box going into this needs to be cell-centered. Data will exist over the surrounding nodes of the box.
Reimplemented in EBFaceFAB.
Referenced by BaseEBFaceFAB< Real >::BaseEBFaceFAB(), and BaseEBFaceFAB< Real >::dataPtr().
|
inline |
|
inline |
Referenced by BaseEBFaceFAB< Real >::dataPtr().
|
inline |
|
inline |
Referenced by BaseEBFaceFAB< Real >::copy(), BaseEBFaceFAB< Real >::dataPtr(), BaseEBFaceFAB< Real >::direction(), BaseEBFaceFAB< Real >::getCellRegion(), BaseEBFaceFAB< Real >::getMultiValuedFAB(), BaseEBFaceFAB< Real >::getRegion(), BaseEBFaceFAB< Real >::getSingleValuedFAB(), BaseEBFaceFAB< Real >::nComp(), and BaseEBFaceFAB< Real >::operator()().
|
inline |
Referenced by BaseEBFaceFAB< Real >::dataPtr().
|
inline |
Referenced by BaseEBFaceFAB< Real >::dataPtr().
|
inline |
|
inline |
Referenced by BaseEBFaceFAB< Real >::dataPtr().
|
inline |
|
inline |
Referenced by BaseEBFaceFAB< Real >::dataPtr().
|
inline |
Returns the FACE-CENTERED region of the fab
Referenced by BaseEBFaceFAB< Real >::dataPtr().
|
inline |
Returns the CELL-CENTERED region of the fab
Referenced by BaseEBFaceFAB< Real >::dataPtr().
|
inline |
Referenced by BaseEBFaceFAB< Real >::dataPtr().
|
inline |
|
inlinestatic |
|
inline |
Box going into this should be CELL CENTERED. copy done over surrounding nodes.
Referenced by BaseEBFaceFAB< Real >::copy(), and BaseEBFaceFAB< Real >::preAllocatable().
BaseEBFaceFAB< T > & BaseEBFaceFAB< T >::copy | ( | const BaseEBFaceFAB< T > & | source | ) |
int BaseEBFaceFAB< T >::size | ( | const Box & | R, |
const Interval & | comps | ||
) | const |
Referenced by BaseEBFaceFAB< Real >::preAllocatable().
void BaseEBFaceFAB< T >::linearOut | ( | void * | buf, |
const Box & | R, | ||
const Interval & | comps | ||
) | const |
Referenced by BaseEBFaceFAB< Real >::preAllocatable().
void BaseEBFaceFAB< T >::linearIn | ( | void * | buf, |
const Box & | R, | ||
const Interval & | comps | ||
) |
Referenced by BaseEBFaceFAB< Real >::preAllocatable().
|
inline |
Referenced by BaseEBFaceFAB< Real >::BaseEBFaceFAB().
void BaseEBFaceFAB< T >::setCoveredFaceVal | ( | const T & | a_val, |
const int & | a_comp, | ||
const bool & | a_doMulti = true |
||
) |
Referenced by BaseEBFaceFAB< Real >::BaseEBFaceFAB().
|
inlineprivate |
Referenced by BaseEBFaceFAB< Real >::BaseEBFaceFAB().
|
inlineprivate |
bool BaseEBFaceFAB< T >::m_verbose = false |
Referenced by BaseEBFaceFAB< Real >::size().
|
protected |
data at faces which abut multi-valued cells
Referenced by BaseEBFaceFAB< Real >::clear(), BaseEBFaceFAB< Real >::copy(), BaseEBFaceFAB< Real >::dataPtr(), BaseEBFaceFAB< Real >::dataType(), BaseEBFaceFAB< Real >::define(), BaseEBFaceFAB< Real >::getMultiValuedFAB(), BaseEBFaceFAB< Real >::linearIn(), BaseEBFaceFAB< Real >::linearOut(), BaseEBFaceFAB< Real >::offset(), BaseEBFaceFAB< Real >::operator()(), BaseEBFaceFAB< Real >::setVal(), and BaseEBFaceFAB< Real >::size().
|
protected |
data at faces between two single-valued cells
Referenced by BaseEBFaceFAB< Real >::clear(), BaseEBFaceFAB< Real >::copy(), BaseEBFaceFAB< Real >::dataPtr(), BaseEBFaceFAB< Real >::define(), BaseEBFaceFAB< Real >::getSingleValuedFAB(), BaseEBFaceFAB< Real >::linearIn(), BaseEBFaceFAB< Real >::linearOut(), BaseEBFaceFAB< Real >::offset(), BaseEBFaceFAB< Real >::operator()(), BaseEBFaceFAB< Real >::setCoveredFaceVal(), BaseEBFaceFAB< Real >::setVal(), and BaseEBFaceFAB< Real >::size().
|
protected |
number of data values at each face in BaseEBFaceFAB
Referenced by BaseEBFaceFAB< Real >::copy(), BaseEBFaceFAB< Real >::define(), BaseEBFaceFAB< Real >::nComp(), BaseEBFaceFAB< Real >::operator()(), BaseEBFaceFAB< Real >::setCoveredFaceVal(), and BaseEBFaceFAB< Real >::setDefaultValues().
|
protected |
Referenced by BaseEBFaceFAB< Real >::copy(), BaseEBFaceFAB< Real >::define(), BaseEBFaceFAB< Real >::direction(), BaseEBFaceFAB< Real >::linearIn(), BaseEBFaceFAB< Real >::linearOut(), BaseEBFaceFAB< Real >::setCoveredFaceVal(), BaseEBFaceFAB< Real >::setDefaultValues(), and BaseEBFaceFAB< Real >::size().
|
protected |
the face-centered region over which the BaseEBFaceFAB lives
Referenced by BaseEBFaceFAB< Real >::copy(), BaseEBFaceFAB< Real >::define(), BaseEBFaceFAB< Real >::getRegion(), and BaseEBFaceFAB< Real >::operator()().
|
protected |
the cell-centered region over which the BaseEBFaceFAB lives
Referenced by BaseEBFaceFAB< Real >::copy(), BaseEBFaceFAB< Real >::define(), BaseEBFaceFAB< Real >::getCellRegion(), and BaseEBFaceFAB< Real >::setCoveredFaceVal().
|
protected |
has the full define function been called for the BaseEBFaceFAB?
Referenced by BaseEBFaceFAB< Real >::BaseEBFaceFAB(), BaseEBFaceFAB< Real >::clear(), BaseEBFaceFAB< Real >::define(), BaseEBFaceFAB< Real >::isDefined(), and BaseEBFaceFAB< Real >::setDefaultValues().
|
protected |