From: heister Date: Mon, 24 Feb 2014 19:25:54 +0000 (+0000) Subject: step-44: fix wrong statement in comment X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bf0576a430efb8a0f33c1ae1b36997062f15433;p=dealii-svn.git step-44: fix wrong statement in comment git-svn-id: https://svn.dealii.org/trunk@32539 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-44/step-44.cc b/deal.II/examples/step-44/step-44.cc index 80413f114f..9ac78a6ba3 100644 --- a/deal.II/examples/step-44/step-44.cc +++ b/deal.II/examples/step-44/step-44.cc @@ -2727,9 +2727,8 @@ namespace Step44 // We've chosen by default a SSOR preconditioner as it appears to // provide the fastest solver convergence characteristics for this - // problem on a single-thread machine. However, for multicore - // computing, the Jacobi preconditioner which is multithreaded may - // converge quicker for larger linear systems. + // problem on a single-thread machine. However, this might not be + // true for different problem sizes. PreconditionSelector, Vector > preconditioner (parameters.preconditioner_type, parameters.preconditioner_relaxation);