]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Indent stuff.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Sep 2010 18:43:01 +0000 (18:43 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Sep 2010 18:43:01 +0000 (18:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@22021 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 01a3c1a8ecec1cfb4ad2733fe7a47654d9653d31..210c6f8e64b09b939c468cc732525ae881b0c5a7 100644 (file)
@@ -178,7 +178,7 @@ class Step12
                                     // <code>system_matrix</code>.
     SparsityPattern      sparsity_pattern;
     SparseMatrix<double> system_matrix;
-    
+
     Vector<double>       solution;
     Vector<double>       right_hand_side;
 
@@ -201,7 +201,7 @@ class Step12
                                     // below.
     typedef MeshWorker::DoFInfo<dim> DoFInfo;
     typedef MeshWorker::IntegrationInfo<dim> CellInfo;
-    
+
                                     // The following three functions
                                     // are then the ones that get called
                                     // inside the generic loop over all
@@ -264,7 +264,7 @@ void Step12<dim>::setup_system ()
                                   // building the pattern, this object is
                                   // copied to <code>sparsity_pattern</code>
                                   // and can be discarded.
-  
+
                                   // To build the sparsity pattern for DG
                                   // discretizations, we can call the
                                   // function analogue to
@@ -311,7 +311,7 @@ void Step12<dim>::assemble_system ()
                                   // the global sparse matrix and the
                                   // right hand side vector.
   MeshWorker::IntegrationInfoBox<dim> info_box;
-  
+
                                   // First, we initialize the
                                   // quadrature formulae and the
                                   // update flags in the worker base
@@ -326,9 +326,9 @@ void Step12<dim>::assemble_system ()
                                   // over this value three times.
   const unsigned int n_gauss_points = dof_handler.get_fe().degree+1;
   info_box.initialize_gauss_quadrature(n_gauss_points,
-                                                n_gauss_points,
-                                                n_gauss_points);
-  
+                                      n_gauss_points,
+                                      n_gauss_points);
+
                                   // These are the types of values we
                                   // need for integrating our
                                   // system. They are added to the
@@ -364,7 +364,7 @@ void Step12<dim>::assemble_system ()
   MeshWorker::Assembler::SystemSimple<SparseMatrix<double>, Vector<double> >
     assembler;
   assembler.initialize(system_matrix, right_hand_side);
-  
+
                                   // Finally, the integration loop
                                   // over all active cells
                                   // (determined by the first

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.