]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Allow to run through. Check in output
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 22 Sep 2006 05:18:32 +0000 (05:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 22 Sep 2006 05:18:32 +0000 (05:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@13949 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/hp_hanging_nodes_02.cc

index a8b71d5db78b6f203db04528034efaa9f904e763..28ac7dc61a79ed6e39bd88ad1ce47d87af7415d4 100644 (file)
@@ -304,7 +304,7 @@ void LaplaceProblem<dim>::assemble_system (const Function<dim> &f_test)
 template <int dim>
 void LaplaceProblem<dim>::solve () 
 {
-  SolverControl           solver_control (1000, 1e-12);
+  SolverControl           solver_control (system_rhs.size(), 1e-6);
   SolverCG<>              cg (solver_control);
 
   cg.solve (system_matrix, solution, system_rhs,

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.