OpenSWMM Engine  6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
openswmm::twoD::gpu Namespace Reference

Namespaces

namespace  kperf
 

Classes

class  ExplicitKokkosSurfaceSolver
 

Typedefs

using ExecSpace = Kokkos::DefaultExecutionSpace
 
using MemSpace = ExecSpace::memory_space
 
using DView = Kokkos::View<double*, MemSpace>
 mutable double array
 
using CDView = Kokkos::View<const double*, MemSpace>
 const double array
 
using IView = Kokkos::View<int*, MemSpace>
 mutable int array
 
using CIView = Kokkos::View<const int*, MemSpace>
 const int array
 

Typedef Documentation

◆ CDView

using openswmm::twoD::gpu::CDView = Kokkos::View<const double*, MemSpace>

const double array

◆ CIView

using openswmm::twoD::gpu::CIView = Kokkos::View<const int*, MemSpace>

const int array

◆ DView

using openswmm::twoD::gpu::DView = Kokkos::View<double*, MemSpace>

mutable double array

◆ ExecSpace

using openswmm::twoD::gpu::ExecSpace = Kokkos::DefaultExecutionSpace

◆ IView

using openswmm::twoD::gpu::IView = Kokkos::View<int*, MemSpace>

mutable int array

◆ MemSpace

using openswmm::twoD::gpu::MemSpace = ExecSpace::memory_space