]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Some cosmetic changes
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Feb 2008 17:09:13 +0000 (17:09 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 20 Feb 2008 17:09:13 +0000 (17:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@15748 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-31/step-31.cc

index e7ea853b3d7616b9c849f4d8c0796f92cf7e13cb..05641c5a3b6ad87aeecdb42d8d164b73f51bd025 100644 (file)
@@ -1080,8 +1080,9 @@ void StokesProblem<dim>::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<dim>::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<dim>::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)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.