Skip to content

Commit c946f9c

Browse files
committed
use attention box
1 parent c941269 commit c946f9c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Docs/sphinx_documentation/source/Particle.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

146148
Constructing ParticleContainers
147149
-------------------------------

0 commit comments

Comments
 (0)