10#ifndef IMPACTX_TO_FIXED_S_H
11#define IMPACTX_TO_FIXED_S_H
79 x = x - px * z / (
m_pzd + pz);
81 y = y - py * z / (
m_pzd + pz);
84 t = ptf * z / (
m_pzd + pz);
#define AMREX_ASSERT_WITH_MESSAGE(EX, MSG)
#define AMREX_FORCE_INLINE
#define AMREX_GPU_HOST_DEVICE
T_ParticleType ParticleType
amrex_particle_real ParticleReal
constexpr T powi(T x) noexcept
__host__ __device__ T arg(const GpuComplex< T > &a_z) noexcept
@ t
fixed t as the independent variable
Definition ImpactXParticleContainer.H:38