#include "Particles/WarpXParticleContainer.H"
#include <AMReX.H>
#include <AMReX_REAL.H>
#include <cmath>
#include <limits>
Go to the source code of this file.
|
| struct | GetParticlePosition |
| | Functor that can be used to extract the positions of the macroparticles inside a ParallelFor kernel. More...
|
| |
| struct | SetParticlePosition |
| | Functor that can be used to modify the positions of the macroparticles, inside a ParallelFor kernel. More...
|
| |
◆ get_particle_position()
Extract the cartesian position coordinates of the particle p and store them in the variables x, y, z This version operates on a SuperParticle.