Skip to content
Snippets Groups Projects
Commit 1f0bceb1 authored by Josh Borrow's avatar Josh Borrow
Browse files

Updated to include mfm and mfv

parent 1cfe23ed
No related branches found
No related tags found
1 merge request!556Update hydro documentation
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment