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::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 | Moose::Kokkos::PropertyConstantOption { Moose::Kokkos::PropertyConstantOption::NONE, Moose::Kokkos::PropertyConstantOption::ELEMENT, Moose::Kokkos::PropertyConstantOption::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) |
1.8.14