From 3c60099898815a9b0eb0083d07a57383af664080 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 10 Feb 2010 01:04:58 +0000 Subject: [PATCH] Output a bit more information on levels. git-svn-id: https://svn.dealii.org/trunk@20535 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-16/step-16.cc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-16/step-16.cc b/deal.II/examples/step-16/step-16.cc index e947b41acb..b458ba22e8 100644 --- a/deal.II/examples/step-16/step-16.cc +++ b/deal.II/examples/step-16/step-16.cc @@ -600,7 +600,12 @@ void LaplaceProblem::run () std::cout << " Number of degrees of freedom: " << mg_dof_handler.n_dofs() - << std::endl; + << " (by level: "; + for (unsigned int level=0; level::run () } - + // @sect3{The main() function} + // + // This is again the same function as + // in step-6: int main () { try -- 2.39.5