From c41e0a84e404ccafba2d4b740a9408a2f2b06ca3 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Thu, 21 Sep 2017 10:44:45 +0100 Subject: [PATCH] Output less statistics in the Noh problems. --- examples/Noh_1D/noh.yml | 2 +- examples/Noh_2D/noh.yml | 2 +- examples/Noh_3D/noh.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Noh_1D/noh.yml b/examples/Noh_1D/noh.yml index 978c97460a..1d126f19ba 100644 --- a/examples/Noh_1D/noh.yml +++ b/examples/Noh_1D/noh.yml @@ -21,7 +21,7 @@ Snapshots: # Parameters governing the conserved quantities statistics Statistics: - delta_time: 1e-5 # Time between statistics output + delta_time: 3e-3 # Time between statistics output # Parameters for the hydrodynamics scheme SPH: diff --git a/examples/Noh_2D/noh.yml b/examples/Noh_2D/noh.yml index 978c97460a..1d126f19ba 100644 --- a/examples/Noh_2D/noh.yml +++ b/examples/Noh_2D/noh.yml @@ -21,7 +21,7 @@ Snapshots: # Parameters governing the conserved quantities statistics Statistics: - delta_time: 1e-5 # Time between statistics output + delta_time: 3e-3 # Time between statistics output # Parameters for the hydrodynamics scheme SPH: diff --git a/examples/Noh_3D/noh.yml b/examples/Noh_3D/noh.yml index 978c97460a..1d126f19ba 100644 --- a/examples/Noh_3D/noh.yml +++ b/examples/Noh_3D/noh.yml @@ -21,7 +21,7 @@ Snapshots: # Parameters governing the conserved quantities statistics Statistics: - delta_time: 1e-5 # Time between statistics output + delta_time: 3e-3 # Time between statistics output # Parameters for the hydrodynamics scheme SPH: -- GitLab