21 #ifndef AMR_PIECEWISE_CONST_INTERPOLATER_H
22 #define AMR_PIECEWISE_CONST_INTERPOLATER_H
26 template <
class Level>
30 typedef typename Level::go_t
go_t;
31 typedef typename Level::lo_t
lo_t;
33 typedef typename Level::umap_t
umap_t;
amrex::IntVect AmrIntVect_t
amr::AmrIntVect_t AmrIntVect_t
Level::basefab_t basefab_t
Level::basefab_t basefab_t
void stencil(const AmrIntVect_t &iv, const basefab_t &fab, umap_t &map, const scalar_t &scale, Level *mglevel)
amr::AmrIntVect_t AmrIntVect_t
void fine(const AmrIntVect_t &iv, umap_t &map, const scalar_t &scale, lo_t dir, lo_t shift, const basefab_t &fab, Level *mglevel)
void coarse(const AmrIntVect_t &iv, umap_t &map, const scalar_t &scale, lo_t dir, lo_t shift, const basefab_t &rfab, const AmrIntVect_t &riv, Level *mglevel)