#include <KokkosTypes.h>
Public Member Functions | |
KOKKOS_INLINE_FUNCTION | Real33 () |
KOKKOS_INLINE_FUNCTION | Real33 (const Real &scalar) |
KOKKOS_INLINE_FUNCTION | Real33 (const Real33 &tensor) |
KOKKOS_INLINE_FUNCTION Real & | operator() (unsigned int i, unsigned int j) |
KOKKOS_INLINE_FUNCTION Real | operator() (unsigned int i, unsigned int j) const |
KOKKOS_INLINE_FUNCTION Real33 & | operator= (const Real33 &tensor) |
KOKKOS_INLINE_FUNCTION Real33 & | operator= (const Real scalar) |
KOKKOS_INLINE_FUNCTION void | operator+= (const Real33 tensor) |
KOKKOS_INLINE_FUNCTION Real | determinant (const unsigned int dim=3) |
KOKKOS_INLINE_FUNCTION Real33 | inverse (const unsigned int dim=3) |
KOKKOS_INLINE_FUNCTION Real33 | transpose () |
Public Attributes | |
Real | a [3][3] |
Definition at line 26 of file KokkosTypes.h.
|
inline |
Definition at line 31 of file KokkosTypes.h.
|
inline |
Definition at line 32 of file KokkosTypes.h.
|
inline |
Definition at line 33 of file KokkosTypes.h.
Definition at line 58 of file KokkosTypes.h.
Referenced by Moose::Kokkos::Assembly::computePhysicalMap(), and inverse().
Definition at line 75 of file KokkosTypes.h.
Referenced by Moose::Kokkos::Assembly::computePhysicalMap().
|
inline |
Definition at line 34 of file KokkosTypes.h.
|
inline |
Definition at line 35 of file KokkosTypes.h.
Definition at line 52 of file KokkosTypes.h.
Definition at line 36 of file KokkosTypes.h.
Definition at line 44 of file KokkosTypes.h.
|
inline |
Definition at line 106 of file KokkosTypes.h.
Referenced by Moose::Kokkos::Assembly::computePhysicalMap().
Real Moose::Kokkos::Real33::a[3][3] |
Definition at line 28 of file KokkosTypes.h.
Referenced by determinant(), inverse(), operator()(), operator+=(), operator=(), and transpose().