11 #ifndef _FOURTHORDERONEDINTERP_H_ 12 #define _FOURTHORDERONEDINTERP_H_ 21 #include "NamespaceHeader.H" 33 void define(
const int & a_nComp ,
35 const int & a_interpDir ,
36 const IntVect & a_coarseGhostVect,
37 const int & a_refRatio ,
38 const Box & a_coarseDomain );
52 const Box & a_coarseBox );
79 #include "NamespaceFooter.H" Box m_coarseDomain
Definition: FourthOrderOneDInterp.H:68
Class to manage coarse-to-fine spatial interpolation to all fine cells within a single particular coa...
Definition: FourthOrderOneDStencil.H:24
IntVect m_coarseGhostVect
Definition: FourthOrderOneDInterp.H:56
void interpToFine(LevelData< FArrayBox > &a_fine, const LevelData< FArrayBox > &a_coarse, const IntVect &a_growDir)
FourthOrderPatchInterp & patchInterp()
void define(const int &a_nComp, const IntVect &a_changeVecDx, const int &a_interpDir, const IntVect &a_coarseGhostVect, const int &a_refRatio, const Box &a_coarseDomain)
int m_refRatio
Definition: FourthOrderOneDInterp.H:66
int m_interpDir
Definition: FourthOrderOneDInterp.H:65
FourthOrderPatchInterp m_patchInterp
Definition: FourthOrderOneDInterp.H:59
void operator=(const FourthOrderOneDInterp &)
FourthOrderOneDStencil m_stencil
Definition: FourthOrderOneDInterp.H:60
A Rectangular Domain on an Integer Lattice.
Definition: Box.H:469
bool m_defined
Definition: FourthOrderOneDInterp.H:67
int m_nComp
Definition: FourthOrderOneDInterp.H:63
IntVect m_changeVecDx
Definition: FourthOrderOneDInterp.H:64
An integer Vector in SpaceDim-dimensional space.
Definition: CHArray.H:42
Definition: FArrayBox.H:45
Fourth-order interpolation in space on a single patch.
Definition: FourthOrderPatchInterp.H:24
LevelData< FArrayBox > & coarsenedFineData()
Fourth-order interpolation in space.
Definition: FourthOrderOneDInterp.H:27