|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
Defines the FlatTop class used for sampling emitting particles. More...
#include "Distribution.h"#include "SamplingBase.hpp"#include <Kokkos_Random.hpp>#include "Ippl.h"#include "Utilities/Options.h"#include "OPALTypes.h"#include <memory>#include <cmath>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 | ParticleContainer_t = ParticleContainer<double, 3> |
| using | FieldContainer_t = FieldContainer<double, 3> |
| using | Dist_t = ippl::random::NormalDistribution<double, 3> |
| using FieldContainer_t = FieldContainer<double, 3> |
| using ParticleContainer_t = ParticleContainer<double, 3> |