]> https://gitweb.dealii.org/ - dealii.git/commitdiff
.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 24 Apr 2002 13:22:54 +0000 (13:22 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 24 Apr 2002 13:22:54 +0000 (13:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@5728 0785d39b-7218-0410-832d-ea1e28bc413d

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

index a9274c154a808552b44fad02821df4575110d47b..1e420deb3c84c14f9bb3b90c506d40d614262d21 100644 (file)
@@ -163,11 +163,7 @@ namespace Evaluation
     results_table.add_value ("u(x_0)", point_value);
 
     std::cout << "   Point value=" << point_value
-             << ", exact value=1.59492, error="
-             << 1.594915543-point_value << std::endl;
-//      std::cout << "   Point value=" << point_value   //TODO
-//           << ", exact value=1, error="
-//           << 1.-point_value << std::endl;
+             << std::endl;
   };
 
 
@@ -372,7 +368,8 @@ namespace Evaluation
     results_table.add_value ("DoFs", dof_handler.n_dofs());
     results_table.add_value ("d_x u(x_0)", point_derivative);
 
-    std::cout << "   Point x-derivative=" << point_derivative  //TODO
+                                    // At the end report the status:
+    std::cout << "   Point x-derivative=" << point_derivative
              << 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.