3#include <Kokkos_Core.hpp>
18template <
typename MemorySpace = ExecutionSpace>
19using MeshView = Kokkos::View<double **, Kokkos::LayoutRight, MemorySpace>;
22template <
typename MemorySpace = ExecutionSpace>
25template <
typename MemorySpace = ExecutionSpace>
29template <
typename MemorySpace = ExecutionSpace>
33template <
typename MemorySpace = ExecutionSpace>
37template <
typename MemorySpace = ExecutionSpace>
contains data mapping from points to meshes.
ExecutionSpace::size_type offset_2d_type
Kokkos::DefaultExecutionSpace ExecutionSpace
Kokkos::View< int *, MemorySpace > PivotView
Kokkos::View< offset_2d_type *, MemorySpace > MatrixOffsetView
Kokkos::View< offset_1d_type *, MemorySpace > VectorOffsetView
Kokkos::MemoryTraits< Kokkos::Unmanaged > UnmanagedMemory
Kokkos::View< VertexID *, MemorySpace > GlobalIDView
ExecutionSpace::size_type offset_1d_type
Kokkos::View< double *, MemorySpace > VectorView
Kokkos::View< double **, Kokkos::LayoutRight, MemorySpace > MeshView