@@ -135,13 +135,15 @@ See the figure :ref:`below<fig:particles:particle_arrays>` for an illustration.
135135
136136 \end {center}
137137
138- The ability to store particle data in AoS form is provided for backward
139- compatibility and convenience; however, for performance reasons, whether
140- targeting CPU or GPU execution, we recommend storing extra particle variables in SoA form.
141- Additionally, starting in AMReX version 23.05, the ability to store *all * particle
142- data, including the particle positions and `idcpu ` numbers, is provided via the
143- :cpp: `amrex::ParticleContainerPureSoA ` class. Details on using pure SoA particles
144- pare provided in the Section on :ref: `sec:Particles:PureSoA `.
138+ .. attention ::
139+
140+ The ability to store particle data in AoS form is provided for backward
141+ compatibility and convenience; however, for performance reasons, whether
142+ targeting CPU or GPU execution, we recommend storing extra particle variables in SoA form.
143+ Additionally, starting in AMReX version 23.05, the ability to store *all * particle
144+ data, including the particle positions and `idcpu ` numbers, is provided via the
145+ :cpp: `amrex::ParticleContainerPureSoA ` class. Details on using pure SoA particles
146+ are provided in the Section on :ref: `sec:Particles:PureSoA `.
145147
146148Constructing ParticleContainers
147149-------------------------------
0 commit comments