]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
make output to deallog work
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 May 2014 21:39:49 +0000 (21:39 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 May 2014 21:39:49 +0000 (21:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@32969 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/algorithms/operator.templates.h
tests/algorithms/newton_01.output
tests/algorithms/newton_01_compat.output

index 0824616807ac2d47232fd20fbbdca3b739f1d60f..db13a0009408f24e69a3a156a1738ddf1dbf6f96 100644 (file)
@@ -131,8 +131,9 @@ namespace Algorithms
           {
             const VECTOR *v = vectors.try_read_ptr<VECTOR>(i);
             if (v == 0) continue;
+           deallog << vectors.name(i);
             for (unsigned int j=0; j<v->size(); ++j)
-              (*os) << ' ' << (*v)(j);
+              deallog << ' ' << (*v)(j);
             deallog << std::endl;
           }
         deallog << std::endl;
index 38c1c2372378e111f8b85cbb5c9c98205cf02467..48e97a1986d70a35cc6d6813f19d65acb04671b9 100644 (file)
@@ -1,12 +1,47 @@
 
 DEAL:Newton::Check 0   98.0000
 DEAL:Newton::Starting value 98.0000
+DEAL:Newton::Step 1
+DEAL:Newton::solution 10.0000
+DEAL:Newton::update 4.90000
+DEAL:Newton::residual 98.0000
+DEAL:Newton::
 DEAL:Newton::Check 1   24.0100
+DEAL:Newton::Step 2
+DEAL:Newton::solution 5.10000
+DEAL:Newton::update 2.35392
+DEAL:Newton::residual 24.0100
+DEAL:Newton::
 DEAL:Newton::Check 2   5.54095
+DEAL:Newton::Step 3
+DEAL:Newton::solution 2.74608
+DEAL:Newton::update 1.00888
+DEAL:Newton::residual 5.54095
+DEAL:Newton::
 DEAL:Newton::Check 3   1.01785
+DEAL:Newton::Step 4
+DEAL:Newton::solution 1.73719
+DEAL:Newton::update 0.292957
+DEAL:Newton::residual 1.01785
+DEAL:Newton::
 DEAL:Newton::Check 4   0.0858237
+DEAL:Newton::Step 5
+DEAL:Newton::solution 1.44424
+DEAL:Newton::update 0.0297124
+DEAL:Newton::residual 0.0858237
+DEAL:Newton::
 DEAL:Newton::Check 5   0.000882829
+DEAL:Newton::Step 6
+DEAL:Newton::solution 1.41453
+DEAL:Newton::update 0.000312058
+DEAL:Newton::residual 0.000882829
+DEAL:Newton::
 DEAL:Newton::Check 6   9.73804e-08
+DEAL:Newton::Step 7
+DEAL:Newton::solution 1.41421
+DEAL:Newton::update 3.44292e-08
+DEAL:Newton::residual 9.73804e-08
+DEAL:Newton::
 DEAL:Newton::Check 7   0
 DEAL:Newton::Convergence step 7 value 0
 DEAL:: square root 1.41421
index 38c1c2372378e111f8b85cbb5c9c98205cf02467..48e97a1986d70a35cc6d6813f19d65acb04671b9 100644 (file)
@@ -1,12 +1,47 @@
 
 DEAL:Newton::Check 0   98.0000
 DEAL:Newton::Starting value 98.0000
+DEAL:Newton::Step 1
+DEAL:Newton::solution 10.0000
+DEAL:Newton::update 4.90000
+DEAL:Newton::residual 98.0000
+DEAL:Newton::
 DEAL:Newton::Check 1   24.0100
+DEAL:Newton::Step 2
+DEAL:Newton::solution 5.10000
+DEAL:Newton::update 2.35392
+DEAL:Newton::residual 24.0100
+DEAL:Newton::
 DEAL:Newton::Check 2   5.54095
+DEAL:Newton::Step 3
+DEAL:Newton::solution 2.74608
+DEAL:Newton::update 1.00888
+DEAL:Newton::residual 5.54095
+DEAL:Newton::
 DEAL:Newton::Check 3   1.01785
+DEAL:Newton::Step 4
+DEAL:Newton::solution 1.73719
+DEAL:Newton::update 0.292957
+DEAL:Newton::residual 1.01785
+DEAL:Newton::
 DEAL:Newton::Check 4   0.0858237
+DEAL:Newton::Step 5
+DEAL:Newton::solution 1.44424
+DEAL:Newton::update 0.0297124
+DEAL:Newton::residual 0.0858237
+DEAL:Newton::
 DEAL:Newton::Check 5   0.000882829
+DEAL:Newton::Step 6
+DEAL:Newton::solution 1.41453
+DEAL:Newton::update 0.000312058
+DEAL:Newton::residual 0.000882829
+DEAL:Newton::
 DEAL:Newton::Check 6   9.73804e-08
+DEAL:Newton::Step 7
+DEAL:Newton::solution 1.41421
+DEAL:Newton::update 3.44292e-08
+DEAL:Newton::residual 9.73804e-08
+DEAL:Newton::
 DEAL:Newton::Check 7   0
 DEAL:Newton::Convergence step 7 value 0
 DEAL:: square root 1.41421

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.