10#ifndef IMPACTX_SOURCE_H
11#define IMPACTX_SOURCE_H
31 static constexpr auto type =
"Source";
43 std::string openpmd_path,
44 bool active_once =
true,
45 std::optional<std::string>
name = std::nullopt
53 throw std::runtime_error(
"Only 'openPMD' distribution is supported if openpmd_path is provided!");
60 throw std::runtime_error(
"Source: reverse() is not supported.");
73 [[maybe_unused]]
int step,
91 using Thin::operator();
94 using LinearTransport::operator();
#define AMREX_FORCE_INLINE
T_ParticleType ParticleType
Definition ImpactXParticleContainer.H:136
amrex::SmallMatrix< amrex::ParticleReal, 6, 6, amrex::Order::F, 1 > Map6x6
Definition CovarianceMatrix.H:20
static constexpr __host__ __device__ SmallMatrix< T, NRows, NCols, ORDER, StartIndex > Identity() noexcept
Definition ReferenceParticle.H:33
void operator()(ImpactXParticleContainer &pc, int step, int period)
Definition Source.cpp:26
std::string m_distribution
Definition Source.H:96
static constexpr auto type
Definition Source.H:31
AMREX_GPU_HOST AMREX_FORCE_INLINE Map6x6 transport_map(RefPart const &AMREX_RESTRICT refpart) const
Definition Source.H:84
bool m_active_once
openPMD filename
Definition Source.H:98
void reverse()
Definition Source.H:58
std::string m_series_name
Distribution type of particles in the source.
Definition Source.H:97
Source(std::string distribution, std::string openpmd_path, bool active_once=true, std::optional< std::string > name=std::nullopt)
Definition Source.H:41
ImpactXParticleContainer::ParticleType PType
Definition Source.H:32
Definition lineartransport.H:50
AMREX_GPU_HOST Named(std::optional< std::string > name)
Definition named.H:57
AMREX_FORCE_INLINE std::string name() const
Definition named.H:122
Definition nofinalize.H:22