From 0a001790b62ba49ab270c33c47c9b1b4b0ec7132 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 24 Apr 2002 13:22:54 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@5728 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-14/step-14.cc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index a9274c154a..1e420deb3c 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -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; }; -- 2.39.5