A simple object holding the dimension information of an inner array. More...
#include <KokkosJaggedArray.h>
Public Member Functions | |
| KOKKOS_FUNCTION dof_id_type | operator[] (unsigned int i) const |
| Get the size of a dimension. More... | |
Public Attributes | |
| dof_id_type | dim [inner] = {0} |
| Size of each dimension. More... | |
| dof_id_type | stride [inner] = {0} |
| Stride of each dimension. More... | |
A simple object holding the dimension information of an inner array.
| inner | The inner array dimension size |
Definition at line 24 of file KokkosJaggedArray.h.
|
inline |
Get the size of a dimension.
| i | The dimension index |
Definition at line 41 of file KokkosJaggedArray.h.
| dof_id_type Moose::Kokkos::JaggedArrayInnerDim< inner >::dim[inner] = {0} |
Size of each dimension.
Definition at line 29 of file KokkosJaggedArray.h.
Referenced by Moose::Kokkos::JaggedArrayInnerDim< inner >::operator[]().
| dof_id_type Moose::Kokkos::JaggedArrayInnerDim< inner >::stride[inner] = {0} |
Stride of each dimension.
Definition at line 33 of file KokkosJaggedArray.h.
1.8.14