GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
@@ -37,7 +37,7 @@ Since all kernels are written against an abstract interface to access the partic
Finally, to improve the complexity of the collision detection step, we need a data::LinkedCells acceleration data structure.
\snippet 01_MESAPD.cpp DataStructure
\snippet 01_MESAPD.cpp DataStructures
Now we are almost ready to initialize the particles for our simulation. For this purpose we will write two helper functions to create spheres and walls.