#include <AMReX_InterpBase.H>
◆ InterpBase() [1/3]
| amrex::InterpBase::InterpBase |
( |
| ) |
|
|
default |
◆ ~InterpBase()
| virtual amrex::InterpBase::~InterpBase |
( |
| ) |
|
|
virtualdefault |
◆ InterpBase() [2/3]
| amrex::InterpBase::InterpBase |
( |
InterpBase const & |
| ) |
|
|
defaultnoexcept |
◆ InterpBase() [3/3]
◆ BoxCoarsener()
Convenience helper that returns a BoxConverter bound to this interpolater.
◆ CoarseBox() [1/2]
| virtual Box amrex::InterpBase::CoarseBox |
( |
const Box & |
fine, |
|
|
const IntVect & |
ratio |
|
) |
| |
|
pure virtual |
Same as CoarseBox above but accepts per-direction ratios ratio.
Implemented in amrex::MFPCInterp, amrex::MFCellConsLinInterp, amrex::MFCellConsLinMinmaxLimitInterp, amrex::MFCellBilinear, amrex::MFNodeBilinear, amrex::NodeBilinear, amrex::CellBilinear, amrex::CellConservativeLinear, amrex::CellQuadratic, amrex::PCInterp, amrex::CellConservativeQuartic, amrex::FaceDivFree, amrex::FaceLinear, amrex::FaceConservativeLinear, and amrex::CellQuartic.
◆ CoarseBox() [2/2]
| virtual Box amrex::InterpBase::CoarseBox |
( |
const Box & |
fine, |
|
|
int |
ratio |
|
) |
| |
|
pure virtual |
Return the coarsened box bounding fine for scalar refinement ratio ratio.
Implemented in amrex::MFPCInterp, amrex::MFCellConsLinInterp, amrex::MFCellConsLinMinmaxLimitInterp, amrex::MFCellBilinear, amrex::MFNodeBilinear, amrex::NodeBilinear, amrex::CellBilinear, amrex::CellConservativeLinear, amrex::CellQuadratic, amrex::PCInterp, amrex::CellConservativeQuartic, amrex::FaceDivFree, amrex::FaceLinear, amrex::FaceConservativeLinear, and amrex::CellQuartic.
◆ GetBCArray()
Convert BCRec entries to an integer array that interpolaters can consume.
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following files: