diff --git a/doc/RTD/source/HydroSchemes/gizmo.rst b/doc/RTD/source/HydroSchemes/gizmo.rst index de6db297f8661404330493a45dc9f5771138e7ae..365e1dc41c27f7c92bfb33859bedad2d96f35248 100644 --- a/doc/RTD/source/HydroSchemes/gizmo.rst +++ b/doc/RTD/source/HydroSchemes/gizmo.rst @@ -16,5 +16,12 @@ this, and configure as follows: .. code-block:: bash - ./configure --with-hydro="gizmo" --with-riemann-solver="hllc" --disable-vec + ./configure --with-hydro="gizmo-mfv" --with-riemann-solver="hllc" + +We also have the meshless finite mass (MFM) GIZMO-like scheme. You can select +this at compile-time with the following configuration flags: + +.. code-block:: bash + + ./configure --with-hydro="gizmo-mfm" --with-riemann-solver="hllc"