From 757f358ba408d9d2f5bce4410693a26c641889f4 Mon Sep 17 00:00:00 2001
From: Florian Atteneder <florian.atteneder@uni-jena.de>
Date: Fri, 12 Jan 2024 16:53:05 +0100
Subject: [PATCH] update examples once more

---
 examples/grhd_bondi/fv.toml           |  4 ++--
 examples/grhd_tov/dg_spherical1d.toml | 14 ++++++--------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/examples/grhd_bondi/fv.toml b/examples/grhd_bondi/fv.toml
index bc098397..7577160c 100644
--- a/examples/grhd_bondi/fv.toml
+++ b/examples/grhd_bondi/fv.toml
@@ -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
 
diff --git a/examples/grhd_tov/dg_spherical1d.toml b/examples/grhd_tov/dg_spherical1d.toml
index 208a278f..336c21a2 100644
--- a/examples/grhd_tov/dg_spherical1d.toml
+++ b/examples/grhd_tov/dg_spherical1d.toml
@@ -15,24 +15,22 @@ range = [ 0.5, 20.0 ]
 # n = 1
 # k = 2048
 n = 4
-k = 125
+k = 124
 basis = "lgl"
 periodic = false
 
 [Output]
 # every_iteration = 1
-every_dt  = 0.2
+# every_dt  = 0.2
 variables = [ "D", "Sr", "Ï„",
               "p", "ρ", "ϵ", "vr",
-              # "rD", "rSr", "rτ",
-              # "rhs_rD", "rhs_rSr", "rhs_rτ",
-              # "src_rD", "src_rSr", "src_rτ",
-              # "flr_rD", "flr_rSr", "flr_rτ",
+              "src_D", "src_Sr", "src_Ï„",
+              "flr_D", "flr_Sr", "flr_Ï„",
               # "A", "∂Ar", "B", "∂Br"
               ]
-# aligned_ts      = "$(collect(range(0.01,0.6,step=0.01)))"
+aligned_ts      = "$(collect(range(0.2,120.0,step=0.2)))"
 enable1d  = true
 
 [Evolution]
 cfl = 0.2
-tend = 40.0
+tend = 120.0
-- 
GitLab