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

Go to the source code of this file.

Classes

class  Moose::Kokkos::MaterialPropertyValueBase< T, dimension >
 The Kokkos wrapper class for accessing the material property values of a single quadrature point. More...
 
class  Moose::Kokkos::MaterialPropertyValue< T, dimension >
 
struct  Moose::Kokkos::PropRecord
 A structure storing the metadata of Kokkos material properties. More...
 
class  Moose::Kokkos::MaterialPropertyBase
 The base class for Kokkos material properties. More...
 
class  Moose::Kokkos::MaterialProperty< T, dimension >
 The Kokkos material property class. More...
 
struct  Moose::Kokkos::ArrayDeepCopy< MaterialProperty< T, dimension > >
 

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
 

Typedefs

using Moose::Kokkos::StorageKey = Moose::PassKey< MaterialPropertyStorage >
 
using Moose::Kokkos::PropertyStore = std::function< void(std::ostream &, void *)>
 
using Moose::Kokkos::PropertyLoad = std::function< void(std::istream &, void *)>
 

Functions

template<typename T , unsigned int dimension>
void Moose::Kokkos::propertyStore (std::ostream &stream, void *prop)
 
template<typename T , unsigned int dimension>
void Moose::Kokkos::propertyLoad (std::istream &stream, void *prop)