From: Wolfgang Bangerth Date: Wed, 6 Jan 2010 16:14:23 +0000 (+0000) Subject: Better output. X-Git-Tag: v8.0.0~6671 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285fd31b34ef196c489fc14f6830e60a7cc4390c;p=dealii.git Better output. git-svn-id: https://svn.dealii.org/trunk@20319 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc index 6c343c6e91..ea00671800 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -377,9 +377,6 @@ void StokesProblem::setup_dofs () << " (" << n_u << '+' << n_p << ')' << std::endl; - - - { BlockCompressedSimpleSparsityPattern csp (2,2); @@ -424,9 +421,12 @@ void StokesProblem::setup_dofs () MGTools::count_dofs_per_block (dof_handler, mg_dofs_per_component, block_component); - -// for (unsigned int level=0; level