OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
Distribution.cpp File Reference
#include "Distribution/Distribution.h"
#include "AbstractObjects/BeamSequence.h"
#include "AbstractObjects/Expressions.h"
#include "AbstractObjects/OpalData.h"
#include "BasicActions/Option.h"
#include "Distribution/LaserProfile.h"
#include "Elements/OpalBeamline.h"
#include "OPALTypes.h"
#include "Physics/Physics.h"
#include "Physics/Units.h"
#include "Structure/H5PartWrapper.h"
#include "Utilities/OpalException.h"
#include "Utilities/Options.h"
#include "Utilities/Util.h"
#include "Utility/IpplTimings.h"
#include "Utilities/GSLCompat.h"
#include "Utilities/Random.h"
#include <filesystem>
#include <regex>
#include <sys/time.h>
#include <cfloat>
#include <cmath>
#include <iomanip>
#include <iostream>
#include <map>
#include <numeric>
Include dependency graph for Distribution.cpp:

Go to the source code of this file.

Namespaces

namespace  DISTRIBUTION
 

Typedefs

using GeneratorPool = typename Kokkos::Random_XorShift64_Pool<>
 
using view_type = typename ippl::detail::ViewType< ippl::Vector< double, Dim >, 1 >::view_type
 

Enumerations

enum  {
  DISTRIBUTION::TYPE , DISTRIBUTION::FNAME , DISTRIBUTION::SIGMAX , DISTRIBUTION::SIGMAY ,
  DISTRIBUTION::SIGMAZ , DISTRIBUTION::SIGMAPX , DISTRIBUTION::SIGMAPY , DISTRIBUTION::SIGMAPZ ,
  DISTRIBUTION::CORR , DISTRIBUTION::CUTOFFPX , DISTRIBUTION::CUTOFFPY , DISTRIBUTION::CUTOFFPZ ,
  DISTRIBUTION::CUTOFFX , DISTRIBUTION::CUTOFFY , DISTRIBUTION::CUTOFFLONG , DISTRIBUTION::CORRX ,
  DISTRIBUTION::CORRY , DISTRIBUTION::CORRZ , DISTRIBUTION::CORRT , DISTRIBUTION::SIGMAT ,
  DISTRIBUTION::TPULSEFWHM , DISTRIBUTION::TRISE , DISTRIBUTION::TFALL , DISTRIBUTION::FTOSCAMPLITUDE ,
  DISTRIBUTION::FTOSCPERIODS , DISTRIBUTION::EMITTED , DISTRIBUTION::EMISSIONSTEPS , DISTRIBUTION::NPARTDIST ,
  DISTRIBUTION::SIZE
}
 

Variables

Inform * gmsg
 

Typedef Documentation

◆ GeneratorPool

using GeneratorPool = typename Kokkos::Random_XorShift64_Pool<>

Definition at line 51 of file Distribution.cpp.

◆ view_type

using view_type = typename ippl::detail::ViewType<ippl::Vector<double, Dim>, 1>::view_type

Definition at line 53 of file Distribution.cpp.

Variable Documentation

◆ gmsg

Inform* gmsg
extern

Definition at line 7 of file changes.cpp.