Go to the source code of this file.
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::Policy = ::Kokkos::RangePolicy< ExecSpace, ::Kokkos::IndexType< ThreadID > > |
Functions | |
| template<typename Object > | |
| bool | Moose::Kokkos::hasLinearFVMatrixContribution () |
| template<typename Object > | |
| bool | Moose::Kokkos::hasInternalLinearFVFluxMatrixContribution () |
| template<typename Object > | |
| bool | Moose::Kokkos::hasBoundaryLinearFVFluxMatrixContribution () |
| template<typename Object > | |
| void | Moose::Kokkos::registerLinearFVKernelDispatchers (const std::string &objectname) |
| template<typename Object > | |
| bool | Moose::Kokkos::hasUserJacobianHook () |
| template<typename Object > | |
| bool | Moose::Kokkos::hasUserOffDiagJacobianHook () |