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

Go to the source code of this file.

Classes

class  Moose::Kokkos::VariableShapeValue< is_test >
 The Kokkos wrapper classes for MOOSE-like shape function access. More...
 
class  Moose::Kokkos::VariableShapeGradient< is_test >
 
class  Moose::Kokkos::VectorVariableShapeValue< is_test >
 
class  Moose::Kokkos::VectorVariableShapeGradient< is_test >
 
class  Moose::Kokkos::VectorVariableShapeCurl< is_test >
 
class  Moose::Kokkos::VariableValueTempl< is_ad >
 The Kokkos wrapper classes for MOOSE-like variable value access. More...
 
class  Moose::Kokkos::VariableGradientTempl< is_ad >
 
class  Moose::Kokkos::VectorVariableValue
 
class  Moose::Kokkos::VectorVariableGradient
 
class  Moose::Kokkos::VectorVariableCurl
 
struct  Moose::Kokkos::ArrayDeepCopy< ADVariableValue >
 
struct  Moose::Kokkos::ArrayDeepCopy< ADVariableGradient >
 

Namespaces

 Moose::Kokkos
 

Typedefs

using Moose::Kokkos::VariablePhiValue = VariableShapeValue< false >
 
using Moose::Kokkos::VariablePhiGradient = VariableShapeGradient< false >
 
using Moose::Kokkos::VariableTestValue = VariableShapeValue< true >
 
using Moose::Kokkos::VariableTestGradient = VariableShapeGradient< true >
 
using Moose::Kokkos::ADVariablePhiValue = VariablePhiValue
 
using Moose::Kokkos::ADVariablePhiGradient = VariablePhiGradient
 
using Moose::Kokkos::ADVariableTestValue = VariableTestValue
 
using Moose::Kokkos::ADVariableTestGradient = VariableTestGradient
 
using Moose::Kokkos::VectorVariablePhiValue = VectorVariableShapeValue< false >
 
using Moose::Kokkos::VectorVariablePhiGradient = VectorVariableShapeGradient< false >
 
using Moose::Kokkos::VectorVariablePhiCurl = VectorVariableShapeCurl< false >
 
using Moose::Kokkos::VectorVariableTestValue = VectorVariableShapeValue< true >
 
using Moose::Kokkos::VectorVariableTestGradient = VectorVariableShapeGradient< true >
 
using Moose::Kokkos::VectorVariableTestCurl = VectorVariableShapeCurl< true >
 
using Moose::Kokkos::VariableValue = VariableValueTempl< false >
 
using Moose::Kokkos::ADVariableValue = VariableValueTempl< true >
 
using Moose::Kokkos::VariableGradient = VariableGradientTempl< false >
 
using Moose::Kokkos::ADVariableGradient = VariableGradientTempl< true >
 

Functions

void Moose::Kokkos::checkVariable (const Variable &var, bool expect_vector, const std::string &wrapper_name)