|
| GeometryShop (F f) |
|
| GeometryShop (F f, R r) |
|
F const & | GetImpFunc () const & |
|
F && | GetImpFunc () && |
|
int | getBoxType_Cpu (const Box &bx, Geometry const &geom) const noexcept |
|
template<class U = F, std::enable_if_t< IsGPUable< U >::value > * FOO = nullptr> |
int | getBoxType (const Box &bx, const Geometry &geom, RunOn run_on) const noexcept |
|
template<class U = F, std::enable_if_t<!IsGPUable< U >::value > * BAR = nullptr> |
int | getBoxType (const Box &bx, const Geometry &geom, RunOn) const noexcept |
|
template<class U = F, std::enable_if_t< IsGPUable< U >::value > * FOO = nullptr> |
void | fillFab (BaseFab< Real > &levelset, const Geometry &geom, RunOn run_on, Box const &bounding_box) const noexcept |
|
template<class U = F, std::enable_if_t<!IsGPUable< U >::value > * BAR = nullptr> |
void | fillFab (BaseFab< Real > &levelset, const Geometry &geom, RunOn, Box const &bounding_box) const noexcept |
|
void | fillFab_Cpu (BaseFab< Real > &levelset, const Geometry &geom, Box const &bounding_box) const noexcept |
|
template<class U = F, std::enable_if_t< IsGPUable< U >::value > * FOO = nullptr> |
void | getIntercept (Array< Array4< Real >, AMREX_SPACEDIM > const &inter_arr, Array< Array4< Type_t const >, AMREX_SPACEDIM > const &type_arr, Array4< Real const > const &, Geometry const &geom, RunOn run_on, Box const &bounding_box) const noexcept |
|
template<class U = F, std::enable_if_t<!IsGPUable< U >::value > * BAR = nullptr> |
void | getIntercept (Array< Array4< Real >, AMREX_SPACEDIM > const &inter_arr, Array< Array4< Type_t const >, AMREX_SPACEDIM > const &type_arr, Array4< Real const > const &, Geometry const &geom, RunOn, Box const &bounding_box) const noexcept |
|
void | getIntercept_Cpu (Array4< Real > const &inter, Array4< Type_t const > const &type, Geometry const &geom, Box const &bounding_box, const int idim) const noexcept |
|
void | updateIntercept (Array< Array4< Real >, AMREX_SPACEDIM > const &inter_arr, Array< Array4< Type_t const >, AMREX_SPACEDIM > const &type_arr, Array4< Real const > const &lst, Geometry const &geom) const noexcept |
|