#include <EBFaceFAB.H>
Inheritance diagram for EBFaceFAB:
Public Methods | |
EBFaceFAB () | |
EBFaceFAB (const EBISBox &a_ebisBox, const Box &a_region, int a_iDir, int a_nVar) | |
virtual | ~EBFaceFAB () |
const FArrayBox & | getFArrayBox () const |
FArrayBox & | getFArrayBox () |
EBFaceFAB & | operator+= (const EBFaceFAB &a_ebfab) |
EBFaceFAB & | operator-= (const EBFaceFAB &a_ebfab) |
EBFaceFAB & | operator *= (const EBFaceFAB &a_ebfab) |
EBFaceFAB & | operator/= (const EBFaceFAB &a_ebfab) |
EBFaceFAB & | operator+= (const Real &a_scalar) |
EBFaceFAB & | operator-= (const Real &a_scalar) |
EBFaceFAB & | operator *= (const Real &a_scalar) |
EBFaceFAB & | operator/= (const Real &a_scalar) |
EBFaceFAB (const Box &a_region, int a_nComp) | |
Private Methods | |
EBFaceFAB (const EBFaceFAB &ebcin) | |
void | operator= (const EBFaceFAB &ebcin) |
|
|
|
Box going into this needs to be cell-centered. Data will exist over the surrounding nodes of the box. |
|
|
|
|
|
|
|
Does a dynamic cast of the BaseFab<Real> to a FArrayBox for arithmetic purposes. |
|
|
|
Both fabs need the same ebisBox and region. |
|
Both fabs need the same ebisBox and region. |
|
Both fabs need the same ebisBox and region. |
|
Both fabs need the same ebisBox and region. |
|
Both fabs need the same ebisBox and region. |
|
Both fabs need the same ebisBox and region. |
|
Both fabs need the same ebisBox and region. |
|
Both fabs need the same ebisBox and region. |
|
|