21 #include "NamespaceHeader.H" 41 int a_iDir,
int a_nVar);
46 int a_iDir,
int a_nComp);
153 Real max(
int a_comp = 0)
const;
156 Real min(
int a_comp = 0)
const;
176 #include "NamespaceFooter.H" Real min(int a_comp=0) const
Returns the minimum value for the given component in the FAB.
EBFaceFAB(const Box &a_region, int a_nComp)
Definition: EBFaceFAB.H:159
const FArrayBox & getFArrayBox() const
EBFaceFAB & operator-=(const EBFaceFAB &a_ebfab)
EBFaceFAB & operator+=(const EBFaceFAB &a_ebfab)
Array defined at the Faces of an Box in an EBISBox.
Definition: BaseEBFaceFAB.H:43
Definition: EBFaceFAB.H:28
Structure for passing component ranges in code.
Definition: Interval.H:23
EBFaceFAB & operator/=(const EBFaceFAB &a_ebfab)
double Real
Definition: REAL.H:33
EBFaceFAB & minus(const EBFaceFAB &a_ebfab, int a_srccomp, int a_destcomp, int a_numcomp)
EBFaceFAB(const EBFaceFAB &ebcin)
Definition: EBFaceFAB.H:165
EBFaceFAB & plus(const EBFaceFAB &a_ebfab, int a_srccomp, int a_destcomp, int a_numcomp)
EBFaceFAB & divide(const EBFaceFAB &a_ebfab, int a_srccomp, int a_destcomp, int a_numcomp)
static void Error(const char *const a_msg=m_nullString, int m_exitCode=CH_DEFAULT_ERROR_CODE)
Print out message to cerr and exit with the specified exit code.
A Rectangular Domain on an Integer Lattice.
Definition: Box.H:469
void define(const EBISBox &a_ebisBox, const Box &a_region, int a_iDir, int a_nComp)
EBFaceFAB & mult(const EBFaceFAB &a_ebfab, int a_srccomp, int a_destcomp, int a_numcomp)
Definition: FArrayBox.H:45
void operator=(const EBFaceFAB &ebcin)
Definition: EBFaceFAB.H:169
Real max(int a_comp=0) const
Returns the maximum value for the given component in the FAB.
EBFaceFAB(const Interval &a_interval, EBFaceFAB &a_original)
aliasing constructor
Definition: EBFaceFAB.H:68
EBFaceFAB & operator*=(const EBFaceFAB &a_ebfab)