]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Testsuite: Bugfix: Make solver_02 happy again
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Apr 2014 18:34:58 +0000 (18:34 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Apr 2014 18:34:58 +0000 (18:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@32809 0785d39b-7218-0410-832d-ea1e28bc413d

tests/petsc/solver_02.cc

index e534c96a45cff3682eacd02a9018e33072ff16b9..c4854a9201d650dfe15ef3999cc069272a3d3c4e 100644 (file)
@@ -43,10 +43,13 @@ check_solve( SOLVER &solver, const MATRIX &A,
   f = 1.;
   try
     {
+      deallog.depth_file(0);
       solver.solve(A,u,f,P);
+      deallog.depth_file(3);
     }
   catch (dealii::SolverControl::NoConvergence &e)
     {
+      deallog.depth_file(3);
       deallog << "Exception: " << e.get_exc_name() << std::endl;
     }
 

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.