|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Defines the FlatTop class used for sampling emitting particles. More...
#include <Kokkos_Random.hpp>#include <cmath>#include <memory>#include "Distribution.h"#include "Ippl.h"#include "OPALTypes.h"#include "SamplingBase.hpp"#include "Utilities/Options.h"

Go to the source code of this file.
Classes | |
| class | FlatTop |
| Implements the sampling method for the flat-top distribution. x and y coordinates are uniformly distributed inside a circle and number of particles entering domain in [t, t+dt] follows flattop profile. More... | |
Typedefs | |
| using | GeneratorPool = typename Kokkos::Random_XorShift64_Pool<> |
| using | Dist_t = ippl::random::NormalDistribution< double, 3 > |
| using GeneratorPool = typename Kokkos::Random_XorShift64_Pool<> |