Bilinear tangential interpolation / linear normal interpolation of face data.
More...
|
| Box | CoarseBox (const Box &fine, int ratio) override |
| | Returns coarsened box given fine box and refinement ratio.
|
| |
| Box | CoarseBox (const Box &fine, const IntVect &ratio) override |
| | Returns coarsened box given fine box and refinement ratio.
|
| |
| void | interp (const FArrayBox &crse, int crse_comp, FArrayBox &fine, int fine_comp, int ncomp, const Box &fine_region, const IntVect &ratio, const Geometry &crse_geom, const Geometry &fine_geom, Vector< BCRec > const &bcr, int actual_comp, int actual_state, RunOn runon) override |
| | Coarse to fine interpolation in space.
|
| |
| void | interp_face (const FArrayBox &crse, int crse_comp, FArrayBox &fine, int fine_comp, int ncomp, const Box &fine_region, const IntVect &ratio, const IArrayBox &solve_mask, const Geometry &crse_geom, const Geometry &fine_geom, Vector< BCRec > const &bcr, int bccomp, RunOn runon) override |
| | Coarse to fine interpolation in space for face-based data.
|
| |
| void | interp_arr (Array< FArrayBox *, 3 > const &crse, int crse_comp, Array< FArrayBox *, 3 > const &fine, int fine_comp, int ncomp, const Box &fine_region, const IntVect &ratio, Array< IArrayBox *, 3 > const &solve_mask, const Geometry &crse_geom, const Geometry &, Vector< Array< BCRec, 3 > > const &, int, int, RunOn runon) override |
| | Coarse to fine interpolation in space.
|
| |
| virtual void | protect (const FArrayBox &, int, FArrayBox &, int, FArrayBox &, int, int, const Box &, const IntVect &, const Geometry &, const Geometry &, Vector< BCRec > &, RunOn) |
| | Re-visit the interpolation to protect against under- or overshoots.
|
| |
| | 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) |
| |
Bilinear tangential interpolation / linear normal interpolation of face data.
Bilinear tangential interpolation / linear normal interpolation of face data.