Alamo
Public Member Functions
Numeric::Interpolator::NodeBilinear< T > Class Template Reference
Inheritance diagram for Numeric::Interpolator::NodeBilinear< T >:
[legend]
Collaboration diagram for Numeric::Interpolator::NodeBilinear< T >:
[legend]

Public Member Functions

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)
 

Detailed Description

template<class T>
class Numeric::Interpolator::NodeBilinear< T >

Definition at line 25 of file NodeBilinear.H.

Member Function Documentation

◆ 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

Definition at line 28 of file NodeBilinear.H.

◆ 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

Definition at line 64 of file NodeBilinear.H.

Here is the call graph for this function:

The documentation for this class was generated from the following file: