![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
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 | |
| using openswmm::twoD::gpu::CDView = Kokkos::View<const double*, MemSpace> |
const double array
| using openswmm::twoD::gpu::CIView = Kokkos::View<const int*, MemSpace> |
const int array
| using openswmm::twoD::gpu::DView = Kokkos::View<double*, MemSpace> |
mutable double array
| using openswmm::twoD::gpu::ExecSpace = Kokkos::DefaultExecutionSpace |
| using openswmm::twoD::gpu::IView = Kokkos::View<int*, MemSpace> |
mutable int array
| using openswmm::twoD::gpu::MemSpace = ExecSpace::memory_space |