#include <AMReX_MFInterpolater.H>
Public Member Functions | |
Box | CoarseBox (Box const &fine, int ratio) override |
Returns coarsened box given fine box and refinement ratio. This is a pure virtual function and hence MUST be implemented by derived classes. More... | |
Box | CoarseBox (Box const &fine, IntVect const &ratio) override |
Returns coarsened box given fine box and refinement ratio. This is a pure virtual function and hence MUST be implemented by derived classes. More... | |
void | interp (MultiFab const &crsemf, int ccomp, MultiFab &finemf, int fcomp, int ncomp, IntVect const &ng, Geometry const &cgeom, Geometry const &fgeom, Box const &dest_domain, IntVect const &ratio, Vector< BCRec > const &bcs, int bcscomp) override |
Public Member Functions inherited from amrex::InterpBase | |
InterpBase ()=default | |
virtual | ~InterpBase ()=default |
InterpBase (InterpBase const &) noexcept=default | |
InterpBase (InterpBase &&) noexcept=default | |
InterpBase & | operator= (InterpBase const &) noexcept=default |
InterpBase & | operator= (InterpBase &&) noexcept=default |
InterpolaterBoxCoarsener | BoxCoarsener (const IntVect &ratio) |
Additional Inherited Members | |
Static Public Member Functions inherited from amrex::InterpBase | |
static Vector< int > | GetBCArray (const Vector< BCRec > &bcr) |
Returns coarsened box given fine box and refinement ratio. This is a pure virtual function and hence MUST be implemented by derived classes.
fine | |
ratio |
Implements amrex::InterpBase.
Returns coarsened box given fine box and refinement ratio. This is a pure virtual function and hence MUST be implemented by derived classes.
fine | |
ratio |
Implements amrex::InterpBase.
|
overridevirtual |
Implements amrex::MFInterpolater.