From dd940d9f9248e55a9b044167f5dfa97abc80ecb9 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Wed, 4 Jan 2012 16:27:29 +0100 Subject: [PATCH] Enable linear postsmoothing --- src/one-body-sample.parset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/one-body-sample.parset b/src/one-body-sample.parset index 30d522df..14885fb9 100644 --- a/src/one-body-sample.parset +++ b/src/one-body-sample.parset @@ -41,7 +41,7 @@ maxiterations = 1000000 maxiterations = 1000000 nu1 = 1 mu = 1 -nu2 = 0 # FIXME: using linear postsmoothing appears to be a really bad idea +nu2 = 1 ## TODO: what exactly reproduces a plain gauss-seidel step? [solver.tnnmg.main] -- GitLab