From 5c0fdd4426dc176814361efa649d0a17b40fcf91 Mon Sep 17 00:00:00 2001 From: Lambert Theisen <lambert.theisen@rwth-aachen.de> Date: Mon, 26 Oct 2020 15:51:35 +0100 Subject: [PATCH] Fix study10 --- examples/thermal_edge_flow/input10.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/thermal_edge_flow/input10.yml b/examples/thermal_edge_flow/input10.yml index 273f4c0..cc78c89 100644 --- a/examples/thermal_edge_flow/input10.yml +++ b/examples/thermal_edge_flow/input10.yml @@ -8,10 +8,10 @@ output_folder: study10 # ====== # - meshes: List of input meshes in h5 format to run simulations on meshes: - - study10_8_0.h5 - - study10_9_0.h5 - - study10_10_0.h5 - - study10_11_0.h5 + - study10_8_3.h5 + - study10_9_3.h5 + - study10_10_3.h5 + - study10_11_3.h5 # Numerical Parameters # ==================== -- GitLab