Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Merge requests
!556
Update hydro documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update hydro documentation
update-hydro-documentation
into
master
Overview
2
Commits
4
Changes
3
1 unresolved thread
Hide all comments
Merged
Josh Borrow
requested to merge
update-hydro-documentation
into
master
6 years ago
Overview
2
Commits
4
Changes
3
1 unresolved thread
Hide all comments
Expand
Updates the documentation on how to select hydro schemes.
0
0
Merge request reports
Compare
master
version 1
cad81505
6 years ago
master (base)
and
latest version
latest version
aefb0154
4 commits,
6 years ago
version 1
cad81505
3 commits,
6 years ago
3 files
+
22
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
doc/RTD/source/HydroSchemes/gizmo.rst
+
8
−
1
Options
@@ -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"
Loading