The Kokkos object that contains the information of an element The IDs used in Kokkos are different from the MOOSE or libMesh IDs The Kokkos IDs start from zero in each process and are contiguous. More...
#include <KokkosMesh.h>
Public Attributes | |
unsigned int | type |
Element type ID. More... | |
ContiguousElementID | id |
Contiguous element ID. More... | |
ContiguousSubdomainID | subdomain |
Contiguous subdomain ID. More... | |
The Kokkos object that contains the information of an element The IDs used in Kokkos are different from the MOOSE or libMesh IDs The Kokkos IDs start from zero in each process and are contiguous.
Definition at line 35 of file KokkosMesh.h.
ContiguousElementID Moose::Kokkos::ElementInfo::id |
Contiguous element ID.
Definition at line 44 of file KokkosMesh.h.
Referenced by KokkosTimeDerivative< KokkosTimeDerivativeKernel >::computeJacobianInternal(), Moose::Kokkos::ResidualObject::computeJacobianInternal(), and Moose::Kokkos::ResidualObject::computeResidualInternal().
ContiguousSubdomainID Moose::Kokkos::ElementInfo::subdomain |
Contiguous subdomain ID.
Definition at line 48 of file KokkosMesh.h.
Referenced by Moose::Kokkos::Datum::subdomain().
unsigned int Moose::Kokkos::ElementInfo::type |
Element type ID.
Definition at line 40 of file KokkosMesh.h.