https://mooseframework.inl.gov
Classes | Namespaces | Functions
KokkosTypes.h File Reference

Go to the source code of this file.

Classes

struct  Moose::Kokkos::Real33
 
struct  Moose::Kokkos::Real3
 
struct  Moose::Kokkos::Pair< T1, T2 >
 

Namespaces

 Moose
 MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found.
 
 Moose::Kokkos
 

Functions

KOKKOS_INLINE_FUNCTION Real3 Moose::Kokkos::operator* (const Real left, const Real3 right)
 
KOKKOS_INLINE_FUNCTION Real3 Moose::Kokkos::operator* (const Real3 left, const Real right)
 
KOKKOS_INLINE_FUNCTION Real Moose::Kokkos::operator* (const Real3 left, const Real3 right)
 
KOKKOS_INLINE_FUNCTION Real3 Moose::Kokkos::operator* (const Real33 left, const Real3 right)
 
KOKKOS_INLINE_FUNCTION Real33 Moose::Kokkos::operator* (const Real33 left, const Real33 right)
 
KOKKOS_INLINE_FUNCTION Real3 Moose::Kokkos::operator+ (const Real left, const Real3 right)
 
KOKKOS_INLINE_FUNCTION Real3 Moose::Kokkos::operator+ (const Real3 left, const Real right)
 
KOKKOS_INLINE_FUNCTION Real3 Moose::Kokkos::operator+ (const Real3 left, const Real3 right)
 
KOKKOS_INLINE_FUNCTION Real3 Moose::Kokkos::operator- (const Real left, const Real3 right)
 
KOKKOS_INLINE_FUNCTION Real3 Moose::Kokkos::operator- (const Real3 left, const Real right)
 
KOKKOS_INLINE_FUNCTION Real3 Moose::Kokkos::operator- (const Real3 left, const Real3 right)
 
template<typename T1 , typename T2 >
bool Moose::Kokkos::operator< (const Pair< T1, T2 > &left, const Pair< T1, T2 > &right)