From: wolf Date: Wed, 24 Apr 2002 13:22:54 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a001790b62ba49ab270c33c47c9b1b4b0ec7132;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@5728 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; };