#include <Geometry.hpp>
|
| Geometry (const Geom &base) |
|
| Geometry (Geom &&base) |
|
Geom & | Base () noexcept |
|
const Geom & | Base () const noexcept |
|
double | operator() (AMREX_D_DECL(double x, double y, double z)) const |
|
double | operator() (const std::array< double, AMREX_SPACEDIM > &coords) const |
|
◆ Geometry() [1/2]
◆ Geometry() [2/2]
◆ Base() [1/2]
◆ Base() [2/2]
◆ operator()() [1/2]
template<typename Geom >
double fub::amrex::Geometry< Geom >::operator() |
( |
AMREX_D_DECL(double x, double y, double z) |
| ) |
const |
|
inline |
◆ operator()() [2/2]
template<typename Geom >
double fub::amrex::Geometry< Geom >::operator() |
( |
const std::array< double, AMREX_SPACEDIM > & |
coords | ) |
const |
|
inline |
The documentation for this class was generated from the following file: