https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations | Functions
KokkosMaterialPropertyDecl.h File Reference

Go to the source code of this file.

Classes

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

namespace  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.
 
namespace  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 *)>
 

Enumerations

enum class  Moose::Kokkos::PropertyConstantOption { Moose::Kokkos::NONE , Moose::Kokkos::ELEMENT , Moose::Kokkos::SUBDOMAIN }
 Property constant options. More...
 

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)