From 1f0bceb163d5d5f53cf44ec582384bd082830ed2 Mon Sep 17 00:00:00 2001
From: Josh Borrow <joshua.borrow@durham.ac.uk>
Date: Fri, 1 Jun 2018 09:32:53 +0100
Subject: [PATCH] Updated to include mfm and mfv

---
 doc/RTD/source/HydroSchemes/gizmo.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/doc/RTD/source/HydroSchemes/gizmo.rst b/doc/RTD/source/HydroSchemes/gizmo.rst
index de6db297f8..365e1dc41c 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"
-- 
GitLab