BioCMAMC-ST
|
#include <kernels.hpp>
Public Types | |
using | FModel = Model |
using | cycle_reducer_view_type |
using | move_reducer_view_type = Kokkos::View<std::size_t, Space> |
using | cycle_kernel_type = CycleFunctor<Model> |
using | move_kernel_type = MoveFunctor |
Public Member Functions | |
Functors (cycle_kernel_type &&ck, move_kernel_type &&mk) |
Public Attributes | |
cycle_reducer_view_type | cycle_reducer |
move_reducer_view_type | move_reducer |
cycle_kernel_type | cycle_kernel |
move_kernel_type | move_kernel |
using Simulation::KernelInline::Functors< Space, Model >::cycle_kernel_type = CycleFunctor<Model> |
using Simulation::KernelInline::Functors< Space, Model >::cycle_reducer_view_type |
using Simulation::KernelInline::Functors< Space, Model >::FModel = Model |
using Simulation::KernelInline::Functors< Space, Model >::move_kernel_type = MoveFunctor |
using Simulation::KernelInline::Functors< Space, Model >::move_reducer_view_type = Kokkos::View<std::size_t, Space> |
|
inlineexplicit |
cycle_kernel_type Simulation::KernelInline::Functors< Space, Model >::cycle_kernel |
cycle_reducer_view_type Simulation::KernelInline::Functors< Space, Model >::cycle_reducer |
move_kernel_type Simulation::KernelInline::Functors< Space, Model >::move_kernel |
move_reducer_view_type Simulation::KernelInline::Functors< Space, Model >::move_reducer |