#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 void | identity (const unsigned int dim=3) |
| KOKKOS_INLINE_FUNCTION Real | determinant (const unsigned int dim=3) const |
| KOKKOS_INLINE_FUNCTION Real33 | inverse (const unsigned int dim=3) const |
| KOKKOS_INLINE_FUNCTION Real33 | transpose () const |
| KOKKOS_INLINE_FUNCTION Real3 | row (const unsigned int i) const |
| KOKKOS_INLINE_FUNCTION Real3 | col (const unsigned int j) const |
Public Attributes | |
| Real | a [3][3] |
Definition at line 74 of file KokkosTypes.h.
|
inline |
Definition at line 79 of file KokkosTypes.h.
|
inline |
Definition at line 80 of file KokkosTypes.h.
|
inline |
Definition at line 81 of file KokkosTypes.h.
Definition at line 431 of file KokkosTypes.h.
Definition at line 361 of file KokkosTypes.h.
Referenced by Moose::Kokkos::Assembly::computePhysicalMap().
Definition at line 352 of file KokkosTypes.h.
Referenced by Moose::Kokkos::Datum::J().
Definition at line 380 of file KokkosTypes.h.
Referenced by Moose::Kokkos::Assembly::computePhysicalMap().
|
inline |
Definition at line 83 of file KokkosTypes.h.
|
inline |
Definition at line 84 of file KokkosTypes.h.
Definition at line 344 of file KokkosTypes.h.
Definition at line 324 of file KokkosTypes.h.
Definition at line 334 of file KokkosTypes.h.
Definition at line 425 of file KokkosTypes.h.
Referenced by Moose::Kokkos::Assembly::computePhysicalMap().
| KOKKOS_INLINE_FUNCTION Real33 Moose::Kokkos::Real33::transpose | ( | ) | const |
Definition at line 413 of file KokkosTypes.h.
Referenced by Moose::Kokkos::Assembly::computePhysicalMap().
| Real Moose::Kokkos::Real33::a[3][3] |
Definition at line 76 of file KokkosTypes.h.
Referenced by operator()(), operator+=(), and operator=().
1.8.14