Public Methods |
| virtual LevelOp * | new_levelop () const |
| virtual bool | isDefined () const |
| void | define (const DisjointBoxLayout &Ba, const DisjointBoxLayout *base_ba, Real DxLevel, int refratio, const Box &domf, bool a_homogeneousOnly=false, int ncomp=1) |
| void | define (const DisjointBoxLayout &Ba, const DisjointBoxLayout *base_ba, Real DxLevel, int refratio, const ProblemDomain &domf, bool a_homogeneousOnly=false, int ncomp=1) |
| void | define (const LevelOp *opfine, int refratio) |
| | PoissonOp () |
| | ~PoissonOp () |
| void | smooth (LevelData< FArrayBox > &a_phi, const LevelData< FArrayBox > &a_rhs) |
| virtual void | levelPreconditioner (LevelData< FArrayBox > &a_phihat, const LevelData< FArrayBox > &a_rhshat) |
| void | applyOpI (LevelData< FArrayBox > &a_phi, const LevelData< FArrayBox > *a_phiCoarse, LevelData< FArrayBox > &a_LOfPhi) |
| void | applyOpIcfHphys (LevelData< FArrayBox > &a_phi, const LevelData< FArrayBox > *a_phiCoarse, LevelData< FArrayBox > &a_LOfPhi) |
| void | applyOpH (LevelData< FArrayBox > &a_phi, LevelData< FArrayBox > &a_LOfPhi) |
| void | CFInterp (LevelData< FArrayBox > &a_phi, const LevelData< FArrayBox > &a_phiCoarse) |
| void | applyOpHcfIphys (LevelData< FArrayBox > &a_phi, LevelData< FArrayBox > &a_lOfPhi) |
| void | homogeneousCFInterp (LevelData< FArrayBox > &a_phi) |
| void | setDomainGhostBC (const DomainGhostBC &a_dombcin) |
| void | setBottomSmoother (const BaseBottomSmoother &a_bottomSmoother) |
| void | homogeneousCFInterp (LevelData< FArrayBox > &a_phif, const DataIndex &a_datInd, int a_idir, Side::LoHiSide a_hiorlo) |
| void | bottomSmoother (LevelData< FArrayBox > &a_phi, const LevelData< FArrayBox > &a_rhs) |
| void | getFlux (FArrayBox &flux, const FArrayBox &a_data, const DataIndex &a_datInd, int a_dir) |
Protected Attributes |
| DomainGhostBC | m_domghostbc |
| ProblemDomain | m_domain |
| DisjointBoxLayout | m_grids |
| Copier | m_exchangeCopier |
| DisjointBoxLayout | m_baseBA |
| int | m_ncomp |
| int | m_refRatio |
| Real | m_dxLevel |
| Real | m_dxCrse |
| QuadCFInterp | m_quadCFI |
| BaseBottomSmoother * | m_bottom_smoother_ptr |
| bool | m_isDefined |
| bool | m_isBCDefined |
| bool | m_ihcfiEnabled |
| LayoutData< CFIVS > | m_loCFIVS [SpaceDim] |
| LayoutData< CFIVS > | m_hiCFIVS [SpaceDim] |
Private Methods |
| void | levelGSRB (LevelData< FArrayBox > &a_phi, const LevelData< FArrayBox > &a_rhs) |
| void | interpOnIVS (LevelData< FArrayBox > &a_phif, const FArrayBox &a_phistar, const DataIndex &dFine, const int a_idir, const Side::LoHiSide a_hiorlo, const IntVectSet &a_interpIVS) |
| void | clearMemory () |
| void | setDefaultValues () |