Public Methods |
| NodeMGInterp () |
| ~NodeMGInterp () |
| NodeMGInterp (const DisjointBoxLayout &a_grids, int a_numcomps, int a_refRatio, const Box &a_domain) |
| NodeMGInterp (const DisjointBoxLayout &a_grids, int a_numcomps, int a_refRatio, const ProblemDomain &a_domain) |
void | define (const DisjointBoxLayout &a_grids, int a_numcomps, int a_refRatio, const ProblemDomain &a_domain) |
void | define (const DisjointBoxLayout &a_grids, int a_numcomps, int a_refRatio, const Box &a_domain) |
void | interpToFine (LevelData< NodeFArrayBox > &a_fine, const LevelData< NodeFArrayBox > &a_coarse, bool a_sameGrids=false) |
bool | isDefined () const |
Protected Attributes |
bool | is_defined |
int | m_refRatio |
BoxLayoutData< NodeFArrayBox > | m_coarsenedFine |
DisjointBoxLayout | m_grids |
ProblemDomain | m_domain |
Box | m_boxRef |
FArrayBox | m_weights |
NodeMGInterp manages the interpolation of coarse-level data to fine-level data for multigrid. This class should be considered internal to AMRSolver and not a part of the Chombo API.