Skip to content
Snippets Groups Projects
Commit 32c688ec authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'test/kovasznay' into 'master'

Changed parameters for linear solver to reduce iterations

Closes #950

See merge request !2570
parents dcf595fe e43d5e1f
No related branches found
No related tags found
1 merge request!2570Changed parameters for linear solver to reduce iterations
...@@ -17,6 +17,10 @@ LiquidKinematicViscosity = 0.025 ...@@ -17,6 +17,10 @@ LiquidKinematicViscosity = 0.025
MaxSteps = 10 MaxSteps = 10
MaxRelativeShift = 1e-5 MaxRelativeShift = 1e-5
[LinearSolver]
ResidualReduction = 1e-5
Preconditioner.Iterations = 3
[Vtk] [Vtk]
WriteFaceData = false WriteFaceData = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment