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

Go to the source code of this file.

Classes

class  Moose::Kokkos::MeshDatum
 Generic datum class containing geometric information related to the mesh. More...
 
class  Moose::Kokkos::FVDatum
 Device-side geometric context for finite volume kernels and boundary conditions. More...
 
class  Moose::Kokkos::Datum
 The Kokkos object that holds thread-private data in the parallel operations of any Kokkos object. More...
 
class  Moose::Kokkos::AssemblyDatum
 The Kokkos object that holds thread-private data in the parallel operations of Kokkos kernels. More...
 

Namespaces

 Moose::Kokkos
 

Typedefs

using Datum = Moose::Kokkos::Datum
 
using AssemblyDatum = Moose::Kokkos::AssemblyDatum
 
using FVDatum = Moose::Kokkos::FVDatum
 

Typedef Documentation

◆ AssemblyDatum

Definition at line 708 of file KokkosDatum.h.

◆ Datum

Definition at line 707 of file KokkosDatum.h.

◆ FVDatum

Definition at line 709 of file KokkosDatum.h.