#include <EBConstantCFInterp.H>
Public Member Functions | |
EBConstantCFInterp (const DisjointBoxLayout &a_dbl, const EBISLayout &a_ebisl, const ProblemDomain &a_domain, const IntVect &a_nGhost) | |
~EBConstantCFInterp () | |
void | interpolate (LevelData< EBCellFAB > &a_soln) |
Protected Member Functions | |
void | interpolate (EBCellFAB &a_phi, const DataIndex &a_datInd, int a_idir, Side::LoHiSide a_hiorlo) |
Protected Attributes | |
DisjointBoxLayout | m_dbl |
EBISLayout | m_ebisl |
ProblemDomain | m_domain |
IntVect | m_nGhost |
CornerCopier | m_cornerCopier |
Private Member Functions | |
EBConstantCFInterp () | |
EBConstantCFInterp (const EBConstantCFInterp &a_opin) | |
void | operator= (const EBConstantCFInterp &a_opin) |
EBConstantCFInterp::EBConstantCFInterp | ( | const DisjointBoxLayout & | a_dbl, | |
const EBISLayout & | a_ebisl, | |||
const ProblemDomain & | a_domain, | |||
const IntVect & | a_nGhost | |||
) |
EBConstantCFInterp::~EBConstantCFInterp | ( | ) |
EBConstantCFInterp::EBConstantCFInterp | ( | ) | [inline, private] |
References MayDay::Error().
EBConstantCFInterp::EBConstantCFInterp | ( | const EBConstantCFInterp & | a_opin | ) | [inline, private] |
References MayDay::Error().
fills ghost cells over coarse fine interpolation with constant extrapolation
void EBConstantCFInterp::interpolate | ( | EBCellFAB & | a_phi, | |
const DataIndex & | a_datInd, | |||
int | a_idir, | |||
Side::LoHiSide | a_hiorlo | |||
) | [protected] |
void EBConstantCFInterp::operator= | ( | const EBConstantCFInterp & | a_opin | ) | [inline, private] |
References MayDay::Error().
DisjointBoxLayout EBConstantCFInterp::m_dbl [protected] |
EBISLayout EBConstantCFInterp::m_ebisl [protected] |
ProblemDomain EBConstantCFInterp::m_domain [protected] |
IntVect EBConstantCFInterp::m_nGhost [protected] |
CornerCopier EBConstantCFInterp::m_cornerCopier [protected] |