#include <KokkosJaggedArray.h>
Public Member Functions | |
| KOKKOS_FUNCTION | JaggedArrayInnerData (T *data, JaggedArrayInnerDim< 1 > dim) |
| Constructor. More... | |
| KOKKOS_FUNCTION T & | operator() (dof_id_type i0) const |
| Get an array entry. More... | |
| KOKKOS_FUNCTION dof_id_type | size () const |
| Get the total inner array size. More... | |
| KOKKOS_FUNCTION dof_id_type | n (unsigned int dim) const |
| Get the size of a dimension of the inner array. More... | |
| KOKKOS_FUNCTION T & | operator[] (dof_id_type i) const |
| Get an array entry. More... | |
Protected Attributes | |
| T * | _data |
| Pointer to the inner array data. More... | |
| JaggedArrayInnerDim< inner > | _dim |
| Inner array dimension information. More... | |
Private Member Functions | |
| usingKokkosJaggedArrayInnerDataBaseMembers (T, 1) | |
Definition at line 112 of file KokkosJaggedArray.h.
|
inline |
Constructor.
| data | The pointer to the inner array data |
| dim | The inner array dimension information |
Definition at line 122 of file KokkosJaggedArray.h.
|
inlineinherited |
Get the size of a dimension of the inner array.
| dim | The dimension index |
Definition at line 76 of file KokkosJaggedArray.h.
|
inline |
Get an array entry.
| i0 | The first dimension inner array index |
Definition at line 131 of file KokkosJaggedArray.h.
|
inlineinherited |
Get an array entry.
| i | The dimensionless inner array index |
Definition at line 81 of file KokkosJaggedArray.h.
|
inlineinherited |
Get the total inner array size.
Definition at line 70 of file KokkosJaggedArray.h.
|
private |
|
protectedinherited |
Pointer to the inner array data.
Definition at line 92 of file KokkosJaggedArray.h.
|
protectedinherited |
Inner array dimension information.
Definition at line 96 of file KokkosJaggedArray.h.
1.8.14