]> https://gitweb.dealii.org/ - dealii.git/commitdiff
run astyle 4784/head
authorMatthias Maier <tamiko@43-1.org>
Sat, 12 Aug 2017 14:37:35 +0000 (09:37 -0500)
committerMatthias Maier <tamiko@43-1.org>
Sat, 12 Aug 2017 14:37:35 +0000 (09:37 -0500)
tests/lac/schur_complement_03.cc

index f6dbe0029819eea6b5de694fa7fcfba2cd975220..cedbf4890607aa6979a4011d3331a4b4095b6221 100644 (file)
@@ -172,12 +172,12 @@ namespace Step22
     const unsigned int n_u = dofs_per_block[0],
                        n_p = dofs_per_block[1];
     deallog << "   Number of active cells: "
-              << triangulation.n_active_cells()
-              << std::endl
-              << "   Number of degrees of freedom: "
-              << dof_handler.n_dofs()
-              << " (" << n_u << '+' << n_p << ')'
-              << std::endl;
+            << triangulation.n_active_cells()
+            << std::endl
+            << "   Number of degrees of freedom: "
+            << dof_handler.n_dofs()
+            << " (" << n_u << '+' << n_p << ')'
+            << std::endl;
     {
       BlockDynamicSparsityPattern dsp (2,2);
       dsp.block(0,0).reinit (n_u, n_u);
@@ -318,9 +318,9 @@ namespace Step22
 
     constraints.distribute (solution);
     deallog << "  "
-              << solver_control_S.last_step()
-              << " outer CG Schur complement iterations for pressure"
-              << std::endl;
+            << solver_control_S.last_step()
+            << " outer CG Schur complement iterations for pressure"
+            << std::endl;
   }
 
   template <int dim>

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.