#include <probe.hpp>
|
void | clear () |
|
KOKKOS_INLINE_FUNCTION bool | set (double val) const |
|
bool | need_export () const noexcept |
|
std::span< const double > | get () const |
|
| Probes () |
|
|
Kokkos::View< double[buffer_size], Kokkos::LayoutRight, Kokkos::DefaultExecutionSpace > | buffer |
|
Kokkos::View< uint64_t, Kokkos::SharedSpace > | internal_counter |
|
Kokkos::View< double[buffer_size], Kokkos::LayoutRight, Kokkos::DefaultHostExecutionSpace > | host_buffer |
|
◆ Probes()
template<std::size_t buffer_size>
◆ clear()
template<std::size_t buffer_size>
◆ get()
template<std::size_t buffer_size>
◆ need_export()
template<std::size_t buffer_size>
◆ set()
template<std::size_t buffer_size>
◆ buffer
template<std::size_t buffer_size>
Kokkos::View<double[buffer_size], Kokkos::LayoutRight, Kokkos::DefaultExecutionSpace> Simulation::Probes< buffer_size >::buffer |
|
private |
◆ host_buffer
template<std::size_t buffer_size>
Kokkos::View<double[buffer_size], Kokkos::LayoutRight, Kokkos::DefaultHostExecutionSpace> Simulation::Probes< buffer_size >::host_buffer |
|
private |
◆ internal_counter
template<std::size_t buffer_size>
Kokkos::View<uint64_t, Kokkos::SharedSpace> Simulation::Probes< buffer_size >::internal_counter |
|
private |
The documentation for this class was generated from the following file:
- apps/libs/simulation/public/simulation/probe.hpp