From 4dcbfbaa851798d6f588ac1d9455e11e4f1bffa3 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 20 Feb 2008 17:09:13 +0000 Subject: [PATCH] Some cosmetic changes git-svn-id: https://svn.dealii.org/trunk@15748 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/step-31.cc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index e7ea853b3d..05641c5a3b 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -1080,8 +1080,9 @@ void StokesProblem::solve () std::cout << " " << solver_control.last_step() - << " outer CG iterations for p " - << std::flush; + << " outer CG Schur complement iterations for pressure" + << std::flush + << std::endl; } // As in step-20, we finally need to @@ -1210,7 +1211,7 @@ void StokesProblem::run () { // We start off with a rectangle of // size 4 x 1 (x 1), placed in R^2/R^3 - // as (-2,2)x(-1:0) or (-2,2)x(0,1)x(-1,1), + // as (-2,2)x(-1,0) or (-2,2)x(0,1)x(-1,1), // respectively. It is natural to start // with equal mesh size in each direction, // so we subdivide the initial rectangle @@ -1277,7 +1278,7 @@ void StokesProblem::run () output_results (refinement_cycle); - std::cout << std::endl << std::endl; + std::cout << std::endl; } } @@ -1295,7 +1296,7 @@ int main () { deallog.depth_console (0); - StokesProblem<3> flow_problem(1); + StokesProblem<2> flow_problem(1); flow_problem.run (); } catch (std::exception &exc) -- 2.39.5