Public Methods |
void | setHelmCoeff (Real helmcoeff_a) |
void | scaleHelmCoeff (Real a_scale) |
void | setAlpha (Real a_alpha) |
void | scaleAlpha (Real a_scale) |
| Function to scale the coefficient alpha.
|
void | scaleBeta (Real a_scale) |
LevelOp * | new_levelop () const |
void | define (const DisjointBoxLayout &Ba, const DisjointBoxLayout *base_ba, Real DxLevel, int refratio, const Box &domf, bool a_homogeneousOnly=false, int a_ncomp=1) |
void | define (const DisjointBoxLayout &Ba, const DisjointBoxLayout *base_ba, Real DxLevel, int refratio, const ProblemDomain &domf, bool a_homogeneousOnly=false, int a_ncomp=1) |
void | define (const LevelOp *opfine, int refratio) |
| HelmholtzOp () |
| ~HelmholtzOp () |
void | smooth (LevelData< FArrayBox > &phi, const LevelData< FArrayBox > &rhs) |
virtual void | levelPreconditioner (LevelData< FArrayBox > &a_phihat, const LevelData< FArrayBox > &a_rhshat) |
void | applyOpI (LevelData< FArrayBox > &phi, const LevelData< FArrayBox > *phiCoarse, LevelData< FArrayBox > &LOfPhi) |
void | applyOpIcfHphys (LevelData< FArrayBox > &phi, const LevelData< FArrayBox > *phiCoarse, LevelData< FArrayBox > &LOfPhi) |
void | applyOpH (LevelData< FArrayBox > &phi, LevelData< FArrayBox > &LOfPhi) |
void | applyOpHcfIphys (LevelData< FArrayBox > &phi, LevelData< FArrayBox > &LOfPhi) |
void | CFInterp (LevelData< FArrayBox > &phi, const LevelData< FArrayBox > &phiCoarse) |
void | homogeneousCFInterp (LevelData< FArrayBox > &phi) |
void | setDomainGhostBC (const DomainGhostBC &a_dombcin) |
void | setBottomSmoother (const BaseBottomSmoother &a_bottomSmoother) |
void | homogeneousCFInterp (LevelData< FArrayBox > &phif, const DataIndex &a_datIndex, int idir, Side::LoHiSide hiorlo) |
void | bottomSmoother (LevelData< FArrayBox > &phi, const LevelData< FArrayBox > &rhs) |
bool | isDefined () const |
void | getFlux (FArrayBox &flux, const FArrayBox &data, const DataIndex &a_datInd, int dir) |
Protected Attributes |
DomainGhostBC | m_domghostbc |
ProblemDomain | m_domain |
DisjointBoxLayout | m_grids |
Copier | m_exchangeCopier |
DisjointBoxLayout | m_baseBA |
int | m_refRatio |
Real | m_dxLevel |
Real | m_dxCrse |
int | m_ncomp |
QuadCFInterp | m_quadCFI |
BaseBottomSmoother * | m_bottom_smoother_ptr |
bool | m_isDefined |
bool | m_isBCDefined |
bool | m_ihcfiEnabled |
bool | m_hcoeffDefined |
LayoutData< CFIVS > | m_loCFIVS [SpaceDim] |
LayoutData< CFIVS > | m_hiCFIVS [SpaceDim] |
Real | m_helmCoeff |
Real | m_alphaCoeff |