]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reduce required accuracy of solvers somewhat.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 22 Oct 2007 18:41:53 +0000 (18:41 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 22 Oct 2007 18:41:53 +0000 (18:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@15362 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 0753f9258de4f1baac9841c7e8c3feb7c2fe9209..316e02f194deb2bac88719833beb9d75755288ec 100644 (file)
@@ -945,7 +945,7 @@ void BoussinesqFlowProblem<dim>::solve ()
       schur_complement (system_matrix, A_inverse);
     
     SolverControl solver_control (system_matrix.block(0,0).m(),
-                                  1e-8*schur_rhs.l2_norm());
+                                  1e-6*schur_rhs.l2_norm());
     SolverCG<>    cg (solver_control);
 
     try

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.