#include <AMReX_MFInterpolater.H>
|
virtual 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)=0 |
|
| 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 |
|
virtual Box | CoarseBox (const Box &fine, int ratio)=0 |
| Returns coarsened box given fine box and refinement ratio. This is a pure virtual function and hence MUST be implemented by derived classes. More...
|
|
virtual Box | CoarseBox (const Box &fine, const IntVect &ratio)=0 |
| Returns coarsened box given fine box and refinement ratio. This is a pure virtual function and hence MUST be implemented by derived classes. More...
|
|
InterpolaterBoxCoarsener | BoxCoarsener (const IntVect &ratio) |
|
◆ interp()
virtual void amrex::MFInterpolater::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 |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: