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

Add comments, use 1-4-0 instead of 3-1-3

parent 49c75fd2
No related branches found
No related tags found
No related merge requests found
...@@ -30,11 +30,19 @@ mu = 1 ...@@ -30,11 +30,19 @@ mu = 1
nu2 = 3 nu2 = 3
[solver.tnnmg.main] [solver.tnnmg.main]
nu1 = 3 # The canonical choice is 3-1-3. Since the nonlinear step is by far
mu = 1 # the costliest, this is a lot more costly than 1-1-1. The number of
nu2 = 3 # additional iterations is negligible.
# A vvv- or vvvv-cycle appears to be even faster.
# And leaving off the postsmoothing is even better yet
nu1 = 1
mu = 4
nu2 = 0
[localsolver] [localsolver]
# Observation: Increasing this value yields noticeable additional
# computational effort. The difference in the correction is
# negligible.
steps = 1 steps = 1
[bisection] [bisection]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment