![]() |
Block-Structured AMR Software Framework
|
#include <AMReX_InterpBase.H>
Public Member Functions | |
| InterpolaterBoxCoarsener (InterpBase *mapper_, const IntVect &ratio_) | |
Construct a BoxConverter that delegates to mapper_ with refinement ratio ratio_. | |
| Box | doit (const Box &fine) const override |
| Apply the coarse-box logic to the supplied fine box. | |
| BoxConverter * | clone () const override |
| Clone this converter (used by FAB factory code). | |
Public Member Functions inherited from amrex::BoxConverter | |
| virtual | ~BoxConverter ()=default |
| amrex::InterpolaterBoxCoarsener::InterpolaterBoxCoarsener | ( | InterpBase * | mapper_, |
| const IntVect & | ratio_ | ||
| ) |
Construct a BoxConverter that delegates to mapper_ with refinement ratio ratio_.
|
overridevirtual |
Clone this converter (used by FAB factory code).
Implements amrex::BoxConverter.
Apply the coarse-box logic to the supplied fine box.
Implements amrex::BoxConverter.