21 #ifndef AMR_TRILINEAR_INTERPOLATER_H
22 #define AMR_TRILINEAR_INTERPOLATER_H
29 template <
class Level>
33 typedef typename Level::go_t
go_t;
34 typedef typename Level::lo_t
lo_t;
36 typedef typename Level::umap_t
umap_t;
amrex::IntVect AmrIntVect_t
amr::AmrIntVect_t AmrIntVect_t
Level::basefab_t basefab_t
amr::AmrIntVect_t AmrIntVect_t
AmrTrilinearInterpolater()
void stencil(const AmrIntVect_t &iv, const basefab_t &fab, umap_t &map, const scalar_t &scale, Level *mglevel)
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)
Level::basefab_t basefab_t