From c563bfb6b1a42d41ee140c5672b1e7b6382d4a41 Mon Sep 17 00:00:00 2001 From: Irina Tezaur Date: Tue, 28 Jan 2025 15:32:55 -0800 Subject: [PATCH] Reducing time-step for overlapping cylinder problem, to get problem to converge. Also reducing Schwarz tolerance so it runs faster. --- .../overlap/static-same-time-step/cylinder/cylinder.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/overlap/static-same-time-step/cylinder/cylinder.yaml b/examples/overlap/static-same-time-step/cylinder/cylinder.yaml index ee23674..9b0c7be 100644 --- a/examples/overlap/static-same-time-step/cylinder/cylinder.yaml +++ b/examples/overlap/static-same-time-step/cylinder/cylinder.yaml @@ -3,10 +3,10 @@ domains: ["cylinder-1.yaml", "cylinder-2.yaml"] Exodus output interval: 1 CSV output interval: 0 initial time: 0.0 -final time: 1.0 -time step: 0.1 +final time: 0.5 +time step: 0.05 same time step for domains: true minimum iterations: 1 maximum iterations: 16 -relative tolerance: 1.0e-12 -absolute tolerance: 1.0e-08 +relative tolerance: 1.0e-06 +absolute tolerance: 1.0e-04