Go to the source code of this file.
Classes | |
class | Moose::Kokkos::MaterialPropertyStorage |
The Kokkos class responsible for allocating and storing Kokkos material properties. More... | |
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 | |
void | dataStore (std::ostream &stream, Moose::Kokkos::MaterialPropertyStorage &storage, void *context) |
void | dataLoad (std::istream &stream, Moose::Kokkos::MaterialPropertyStorage &storage, void *context) |
void dataLoad | ( | std::istream & | stream, |
Moose::Kokkos::MaterialPropertyStorage & | storage, | ||
void * | context | ||
) |
void dataStore | ( | std::ostream & | stream, |
Moose::Kokkos::MaterialPropertyStorage & | storage, | ||
void * | context | ||
) |