We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e90185 commit 0c88e94Copy full SHA for 0c88e94
Docs/sphinx_documentation/source/GPU.rst
@@ -1612,7 +1612,7 @@ including AMReX's native kernel launching mechanisms as well OpenMP and OpenACC.
1612
}
1613
1614
The above code simply invalidates all particle on all particle tiles. The ``ParticleTileData``
1615
-object is analagous to ``Array4`` in that it stores pointers to particle data and can be used
+object is analogous to ``Array4`` in that it stores pointers to particle data and can be used
1616
on either the host or the device. This is a convenient way to pass particle data into GPU kernels
1617
because the same object can be used regardless of whether the data layout is AoS or SoA.
1618
0 commit comments