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

Go to the source code of this file.

Classes

class  Moose::Kokkos::DispatcherBase
 Base class for Kokkos functor dispatcher. More...
 
class  Moose::Kokkos::Dispatcher< Operation, Object >
 Class that dispatches an operation of a Kokkos functor. More...
 
class  Moose::Kokkos::DispatcherRegistryEntryBase
 Base class for dispatcher registry entry. More...
 
class  Moose::Kokkos::DispatcherRegistryEntry< Operation, Object >
 Class that stores the information of a dispatcher and builds it. More...
 
class  Moose::Kokkos::DispatcherRegistry
 Class that registers dispatchers of all Kokkos functors. 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
 

Typedefs

using Moose::Kokkos::Policy = ::Kokkos::RangePolicy< ExecSpace, ::Kokkos::IndexType< ThreadID > >