Commit f4c03ce6 authored by Johannes Blaschke's avatar Johannes Blaschke
Browse files

can link with doxygen now

parent 97c63150
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -7,9 +7,10 @@
Particle Basics
===============

In MFiXi-Exa, particles are managed by the :cpp:`MFIXParticleContainer` class.
This class is derived from AMReX's :cpp:`NeighbourParticleContainer` and
handles all of the particle data. Most importantly,
In MFiX-Exa, particles are managed by the `MFIXParticleContainer
<https://amrex-codes.github.io/MFIX-Exa/doxygen/class_m_f_i_x_particle_container.html>`_
class.  This class is derived from AMReX's :cpp:`NeighbourParticleContainer`
and handles all of the particle data. Most importantly,
:cpp:`MFIXParticleContainer` also provides the functions for solving the
particle dynamics (based on particle-particle, particle-fluid, and
particle-wall forces). Most importantly, :cpp:`MFIXParticleContainer` also