]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix tests 9906/head
authorDaniel Arndt <arndtd@ornl.gov>
Fri, 17 Apr 2020 01:30:59 +0000 (21:30 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Fri, 17 Apr 2020 02:09:10 +0000 (22:09 -0400)
tests/lac/bicgstab_large.cc
tests/lac/bicgstab_large.debug.output
tests/sundials/kinsol_01.cc
tests/sundials/kinsol_01.output

index a05ce80f4fe4153599e3dbc33eef324b6d507c63..cb3614f4cacd7ef5ac99e6840882b59617600672 100644 (file)
@@ -52,7 +52,7 @@ main()
     bicgstab.solve(M, solution, rhs, PreconditionIdentity());
   }
 
-  solution.print(deallog);
+  solution.print(deallog.get_file_stream());
 
   Vector<double> res(4);
   M.residual(res, solution, rhs);
@@ -70,7 +70,7 @@ main()
     SolverBicgstab<> bicgstab(control);
     bicgstab.solve(M1, solution, rhs, PreconditionIdentity());
   }
-  solution.print(deallog);
+  solution.print(deallog.get_file_stream());
   M1.residual(res, solution, rhs);
   deallog << "residual=" << res.l2_norm() << std::endl;
 }
index abf5725509f02b7c533d90a13ee7e67c626ba070..6c141848748ae3e2028b3925028ff4da9757cd9e 100644 (file)
@@ -1,9 +1,9 @@
 
 DEAL:Bicgstab::Starting value 2.000
 DEAL:Bicgstab::Convergence step 4 value 0
-DEAL::1.000  0.1000 0.09091 0.02381 
+1.000  0.1000 0.09091 0.02381 
 DEAL::residual=0
 DEAL:Bicgstab::Starting value 2.000e+10
 DEAL:Bicgstab::Convergence step 4 value 0.001939
-DEAL::1.000  0.1000 0.09091 0.02381 
+1.000  0.1000 0.09091 0.02381 
 DEAL::residual=0.001937
index d3d947ba78c15f5a3cc68f9aa24ad76bb6d1fc4a..44d19589870595a94612de4c52ef097b29b61cdc 100644 (file)
@@ -77,6 +77,6 @@ main(int argc, char **argv)
   VectorType v(N);
   v          = 1.0;
   auto niter = kinsol.solve(v);
-  deallog << v << std::endl;
+  v.print(deallog.get_file_stream());
   deallog << "Converged in " << niter << " iterations." << std::endl;
 }
index 5fd595fa7702278946b2a8acef94b683eb426c3e..2a13a0ef6e0433fbe59f26d77358e7441d49c9eb 100644 (file)
@@ -1,4 +1,3 @@
 
-DEAL::1.00000 2.00000 3.00000 4.00000 5.00000 6.00000 7.00000 8.00000 9.00000 10.0000 
-DEAL::
+1.00000 2.00000 3.00000 4.00000 5.00000 6.00000 7.00000 8.00000 9.00000 10.0000 
 DEAL::Converged in 23 iterations.

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.