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

Added how to configure with the minimal hydro scheme to the docs

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