https://mooseframework.inl.gov
Classes | Namespaces | Typedefs | Functions
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 a parallel loop operation of a Kokkos functor. More...
 
class  Moose::Kokkos::Reducer< Operation, Object >
 Class that dispatches a parallel reduction 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::ReducerRegistryEntry< Operation, Object >
 
class  Moose::Kokkos::DispatcherRegistry
 Class that registers dispatchers of all Kokkos functors. More...
 
struct  Moose::Kokkos::has_split_linear_fv_flux_dispatchers< T, typename >
 
struct  Moose::Kokkos::has_split_linear_fv_flux_dispatchers< T, std::void_t< typename T::InternalRightHandSideLoop, typename T::BoundaryRightHandSideLoop, typename T::InternalMatrixLoop, typename T::BoundaryMatrixLoop > >
 

Namespaces

 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 ()