Skip to content
Snippets Groups Projects

Refactor GRHD project

Merged Florian Atteneder requested to merge fa/grhd into main
2 files
+ 8
10
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,11 +6,11 @@ polytrope_gamma = "$(4/3)"
[GRHD]
bc = "from_id"
id = "bondi_accretion"
id_filename = "bondi_accretion.h5"
id_filename = """$(joinpath(ROOTDIR,"initialdata","bondi_accretion.h5"))"""
[Mesh]
range = [ 1.8, 10.0 ]
k = 4048
k = 1024
scheme = "FV"
periodic = false
Loading