]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reduced residual tolerance for CG solve in inverse matrix by a factor of 10. It is...
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Sep 2008 07:11:30 +0000 (07:11 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Sep 2008 07:11:30 +0000 (07:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@16907 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-32/step-32.cc

index 99acd2581398b577375e1837198dc83649fc5496..853aecf245d402184786b818f971c1d9bd704207 100644 (file)
@@ -192,7 +192,7 @@ namespace LinearSolvers
                                TrilinosWrappers::MPI::Vector       &dst,
                                const TrilinosWrappers::MPI::Vector &src) const
   {
-    SolverControl solver_control (src.size(), 1e-6*src.l2_norm());
+    SolverControl solver_control (src.size(), 1e-7*src.l2_norm());
     SolverCG<TrilinosWrappers::MPI::Vector> cg (solver_control);
 
     dst = 0;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.