Skip to content

Commit

Permalink
Reducing time-step for overlapping cylinder problem, to get problem
Browse files Browse the repository at this point in the history
to converge.

Also reducing Schwarz tolerance so it runs faster.
  • Loading branch information
ikalash committed Jan 28, 2025
1 parent fdac8d6 commit c563bfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/overlap/static-same-time-step/cylinder/cylinder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c563bfb

Please sign in to comment.