Skip to content
Snippets Groups Projects

Refactor GRHD project

Merged Florian Atteneder requested to merge fa/grhd into main
2 files
+ 10
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
0
@@ -76,6 +76,14 @@ dg1d.@parameters GRHD begin
id_atmosphere_density = 1e-11
@check id_atmosphere_density > 0.0
"""
Choice of formulation of evolution equations. Available options:
- `spherical1d` ... singular at `r=0`
- `rescaled_spherical1d` ... regular at `r=0`
"""
formulation = "spherical1d"
@check formulation in [ "spherical1d", "rescaled_spherical1d" ]
end
Loading