|
| template<int I = 0, class Phi , class Velocity > |
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Set::Scalar | operator() (Phi const &phi, Velocity const &velocity, int i, int j, int k, int comp, const Set::Scalar *DX, Options options={}, std::array< Numeric::StencilType, AMREX_SPACEDIM > stencil=Numeric::DefaultType) const |
| |
| template<int I = 0, class Phi , class Velocity > |
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Set::Scalar | Scalar (Phi const &phi, Velocity const &velocity, int i, int j, int k, int comp, const Set::Scalar *DX, Options options={}, std::array< Numeric::StencilType, AMREX_SPACEDIM > stencil=Numeric::DefaultType) const |
| |
| template<class Phi , class Velocity > |
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Set::Vector | Vector (Phi const &phi, Velocity const &velocity, int i, int j, int k, int comp, const Set::Scalar *DX, Options options={}, std::array< Numeric::StencilType, AMREX_SPACEDIM > stencil=Numeric::DefaultType) const |
| |
| template<int I = 0> |
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE int | NGhost () const |
| |
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE bool | IsDefined () const |
| |
| template<int I = 0> |
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Set::HC | PhiLocation () const |
| |
| template<int I = 0> |
| AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Set::HC | VelocityLocation () const |
| |
template<typename... OBJ>
class Numeric::Advect::Advect< OBJ >
Definition at line 31 of file Advect.H.