#include <AMReX_EBMFInterpolater.H>
|
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 bcomp) override |
|
| MFCellConsLinInterp (bool do_linear_limiting_) |
|
| MFCellConsLinInterp (bool do_linear_limiting_) |
|
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...
|
|
| 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) |
|
◆ interp()
void amrex::EBMFCellConsLinInterp::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 |
bcomp |
|
) |
| |
|
overridevirtual |
◆ MFCellConsLinInterp()
amrex::MFCellConsLinInterp::MFCellConsLinInterp |
|
inlineexplicit |
The documentation for this class was generated from the following files: