1#ifndef __UTILS_SERDES_HPP__
2#define __UTILS_SERDES_HPP__
5#include <mc/traits.hpp>
23 static constexpr std::string_view
name =
"simple";
35 KOKKOS_INLINE_FUNCTION
static double mass([[maybe_unused]] std::size_t idx,
35 KOKKOS_INLINE_FUNCTION
static double mass([[maybe_unused]] std::size_t idx, {
…}
44 [[maybe_unused]] std::size_t idx,
52 KOKKOS_INLINE_FUNCTION
static void
54 [[maybe_unused]] std::size_t idx,
55 [[maybe_unused]] std::size_t idx2,
61 KOKKOS_INLINE_FUNCTION
static void
63 [[maybe_unused]] std::size_t position,
64 [[maybe_unused]]
double weight,
Kokkos::Random_XorShift1024_Pool< Kokkos::DefaultExecutionSpace > pool_type
Definition prng.hpp:17
Kokkos::Subview< KernelConcentrationType, int, decltype(Kokkos::ALL)> LocalConcentration
Definition alias.hpp:42
Kokkos::Experimental::ScatterView< double **, Kokkos::LayoutRight > ContributionView
Definition alias.hpp:31
Kokkos::View< F *[Nd]> ParticlesModel
Definition traits.hpp:33
Status
Definition alias.hpp:11
Definition serdes_class.hpp:9
static constexpr std::string_view name
Definition serdes_class.hpp:23
static constexpr std::size_t n_var
Definition serdes_class.hpp:22
static KOKKOS_INLINE_FUNCTION void init(const MC::KPRNG::pool_type &random_pool, std::size_t idx, const SelfParticle &arr)
Definition serdes_class.hpp:28
particle_var
Definition serdes_class.hpp:15
static KOKKOS_INLINE_FUNCTION MC::Status update(const MC::KPRNG::pool_type &random_pool, FloatType d_t, std::size_t idx, const SelfParticle &arr, const MC::LocalConcentration &c)
Definition serdes_class.hpp:42
static KOKKOS_INLINE_FUNCTION void division(const MC::KPRNG::pool_type &random_pool, std::size_t idx, std::size_t idx2, const SelfParticle &arr, const SelfParticle &buffer_arr)
Definition serdes_class.hpp:53
float FloatType
Definition serdes_class.hpp:12
static KOKKOS_INLINE_FUNCTION void contribution(std::size_t idx, std::size_t position, double weight, const SelfParticle &arr, const MC::ContributionView &contributions)
Definition serdes_class.hpp:62
MC::ParticlesModel< Self::n_var, Self::FloatType > SelfParticle
Definition serdes_class.hpp:24
std::true_type uniform_weight
Definition serdes_class.hpp:10
static KOKKOS_INLINE_FUNCTION double mass(std::size_t idx, const SelfParticle &arr)
Definition serdes_class.hpp:35
MODEL_CONSTANT FloatType a_i
Definition serdes_class.hpp:26