From: Wolfgang Bangerth Date: Wed, 14 Apr 2004 21:48:26 +0000 (+0000) Subject: Almost final form. X-Git-Tag: v8.0.0~15346 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37d14eb2a27da40b8ba8098278d98fbc6321f26f;p=dealii.git Almost final form. git-svn-id: https://svn.dealii.org/trunk@9003 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-15/step-15.cc b/deal.II/examples/step-15/step-15.cc index ea997d0946..ceb2037773 100644 --- a/deal.II/examples/step-15/step-15.cc +++ b/deal.II/examples/step-15/step-15.cc @@ -599,6 +599,7 @@ void MinimizationProblem::run () refine_grid (); } + std::cout << " Final Energy: " << energy (dof_handler, present_solution) << std::endl; std::cout << std::endl; }