diff --git a/doc/RTD/source/HydroSchemes/minimal_sph.rst b/doc/RTD/source/HydroSchemes/minimal_sph.rst index 0440f6c7afade727d57131143934933d285bc8b5..57ffb248bfd6b652542aae95f4e37c17a70e18c1 100644 --- a/doc/RTD/source/HydroSchemes/minimal_sph.rst +++ b/doc/RTD/source/HydroSchemes/minimal_sph.rst @@ -12,4 +12,8 @@ Minimal (Density-Energy) SPH This scheme is a textbook implementation of Density-Energy SPH, and can be used as a pedagogical example. It also implements a Monaghan AV scheme, like the GADGET-2 scheme. It uses very similar equations, but differs in implementation -details. +details. To use the minimal scheme, use + +.. code-block:: bash + + ./configure --with-hydro="minimal"