Skip to content
Snippets Groups Projects
Commit f7dde93f authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Use a Krause-style iteration

parent e9d3530c
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ nu = 0.3 # Needs to be strictly below 0.5; the closer we get, the ...@@ -28,7 +28,7 @@ nu = 0.3 # Needs to be strictly below 0.5; the closer we get, the
tolerance = 1e-11 tolerance = 1e-11
[solver.tnnmg] [solver.tnnmg]
maxiterations = 1000000 maxiterations = 1 # Krause modification; old: 1000000
fixed_point_iterations = 1000000 fixed_point_iterations = 1000000
fixed_point_tolerance = 1e-11 fixed_point_tolerance = 1e-11
...@@ -46,8 +46,8 @@ nu2 = 1 ...@@ -46,8 +46,8 @@ nu2 = 1
# A vvv- or vvvv-cycle appears to be even faster. # A vvv- or vvvv-cycle appears to be even faster.
# And leaving off the postsmoothing is even better yet # And leaving off the postsmoothing is even better yet
nu1 = 1 nu1 = 1
mu = 4 # Note: the more steps we make here, the fewer FPI we need mu = 1 # Krause modification; old: 4
nu2 = 1 nu2 = 0 # Krause modification; old: 1
[localsolver] [localsolver]
# Observation: Increasing this value yields noticeable additional # Observation: Increasing this value yields noticeable additional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment