fills fine LevelData<BaseFab<int> > from a coarse one using piecewise constant interpolation
More...
#include <InterpInt.H>
|
| InterpInt () |
|
virtual | ~InterpInt () |
|
| InterpInt (const DisjointBoxLayout &a_gridsFine, const DisjointBoxLayout &a_gridsCoar, int a_ref_ratio, int a_num_comps) |
|
void | define (const DisjointBoxLayout &a_gridsFine, const DisjointBoxLayout &a_gridsCoar, int a_refRat, int a_nComp) |
|
void | fillFineFromCoarPWConst (LevelData< BaseFab< int > > &a_fine, const LevelData< BaseFab< int > > &a_coar, int a_src_comp, int a_dest_comp, int a_num_comp) |
|
fills fine LevelData<BaseFab<int> > from a coarse one using piecewise constant interpolation
◆ InterpInt() [1/2]
◆ ~InterpInt()
virtual InterpInt::~InterpInt |
( |
| ) |
|
|
inlinevirtual |
◆ InterpInt() [2/2]
◆ define()
◆ fillFineFromCoarPWConst()
void InterpInt::fillFineFromCoarPWConst |
( |
LevelData< BaseFab< int > > & |
a_fine, |
|
|
const LevelData< BaseFab< int > > & |
a_coar, |
|
|
int |
a_src_comp, |
|
|
int |
a_dest_comp, |
|
|
int |
a_num_comp |
|
) |
| |
◆ m_isDefined
bool InterpInt::m_isDefined |
|
protected |
◆ m_refRat
◆ m_nComp
◆ m_dblCoFi
◆ m_dblCoar
◆ m_dblFine
◆ m_bufCoFi
The documentation for this class was generated from the following file: