|
void | interp (const amrex::BaseFab< T > &crse, int crse_comp, amrex::BaseFab< T > &fine, int fine_comp, int ncomp, const amrex::Box &fine_region, const amrex::IntVect &ratio, const amrex::Geometry &, const amrex::Geometry &, amrex::Vector< amrex::BCRec > const &, int, int, amrex::RunOn runon) |
|
virtual void | interp_face (const amrex::BaseFab< T > &, const int, amrex::BaseFab< T > &, const int, const int, const amrex::Box &, const amrex::IntVect &, const amrex::IArrayBox &, const amrex::Geometry &, const amrex::Geometry &, amrex::Vector< amrex::BCRec > const &, const int, amrex::RunOn) |
|
template<class T>
class Numeric::Interpolator::NodeBilinear< T >
Definition at line 25 of file NodeBilinear.H.
◆ interp()
template<class T >
void Numeric::Interpolator::NodeBilinear< T >::interp |
( |
const amrex::BaseFab< T > & |
crse, |
|
|
int |
crse_comp, |
|
|
amrex::BaseFab< T > & |
fine, |
|
|
int |
fine_comp, |
|
|
int |
ncomp, |
|
|
const amrex::Box & |
fine_region, |
|
|
const amrex::IntVect & |
ratio, |
|
|
const amrex::Geometry & |
, |
|
|
const amrex::Geometry & |
, |
|
|
amrex::Vector< amrex::BCRec > const & |
, |
|
|
int |
, |
|
|
int |
, |
|
|
amrex::RunOn |
runon |
|
) |
| |
|
inline |
◆ interp_face()
template<class T >
virtual void Numeric::Interpolator::NodeBilinear< T >::interp_face |
( |
const amrex::BaseFab< T > & |
, |
|
|
const int |
, |
|
|
amrex::BaseFab< T > & |
, |
|
|
const int |
, |
|
|
const int |
, |
|
|
const amrex::Box & |
, |
|
|
const amrex::IntVect & |
, |
|
|
const amrex::IArrayBox & |
, |
|
|
const amrex::Geometry & |
, |
|
|
const amrex::Geometry & |
, |
|
|
amrex::Vector< amrex::BCRec > const & |
, |
|
|
const int |
, |
|
|
amrex::RunOn |
|
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: