|
| enum | { Dimension = Dim
} |
| |
|
typedef T | value_type |
| |
|
typedef Vector< T, Dim > | vector_type |
| |
|
typedef Vector< vector_type, Dim > | matrix_type |
| |
|
|
KOKKOS_INLINE_FUNCTION vector_type | getOrigin () const |
| |
|
KOKKOS_INLINE_FUNCTION void | setOrigin (const vector_type &origin) |
| |
|
KOKKOS_INLINE_FUNCTION const vector_type & | getGridsize () const |
| |
| virtual KOKKOS_INLINE_FUNCTION T | getCellVolume () const =0 |
| |
| virtual KOKKOS_INLINE_FUNCTION T | getMeshVolume () const =0 |
| |
|
KOKKOS_INLINE_FUNCTION T | getGridsize (size_t dim) const |
| |
|
virtual KOKKOS_INLINE_FUNCTION vector_type | getVertexPosition (const NDIndex< Dim > &ndi) const =0 |
| |
|
virtual KOKKOS_INLINE_FUNCTION const vector_type & | getMeshSpacing () const =0 |
| |
|
virtual KOKKOS_INLINE_FUNCTION vector_type | getDeltaVertex (const NDIndex< Dim > &ndi) const =0 |
| |
◆ getCellVolume()
template<typename T , unsigned Dim>
| virtual KOKKOS_INLINE_FUNCTION T ippl::Mesh< T, Dim >::getCellVolume |
( |
| ) |
const |
|
pure virtual |
◆ getMeshVolume()
template<typename T , unsigned Dim>
| virtual KOKKOS_INLINE_FUNCTION T ippl::Mesh< T, Dim >::getMeshVolume |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: