Skip to content

Commit

Permalink
Python: Pure SoA Particle
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jan 25, 2024
1 parent a97c8bf commit 2ba8ec0
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 155 deletions.
3 changes: 2 additions & 1 deletion Docs/source/usage/workflows/python_extend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ Particles can be added to the simulation at specific positions and with specific
.. autoclass:: pywarpx.particle_containers.ParticleContainerWrapper
:members:

The ``get_particle_structs()`` and ``get_particle_arrays()`` functions are called
The ``get_particle_real_arrays()``, ``get_particle_int_arrays()`` and
``get_particle_idcpu_arrays()`` functions are called
by several utility functions of the form ``get_particle_{comp_name}`` where
``comp_name`` is one of ``x``, ``y``, ``z``, ``r``, ``theta``, ``id``, ``cpu``,
``weight``, ``ux``, ``uy`` or ``uz``.
Expand Down
Loading

0 comments on commit 2ba8ec0

Please sign in to comment.