]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Indentation fixed
authorWinnifried Wollner <wollner@mathematik.tu-darmstadt.de>
Wed, 30 Oct 2019 13:28:03 +0000 (14:28 +0100)
committerWinnifried Wollner <wollner@mathematik.tu-darmstadt.de>
Wed, 30 Oct 2019 13:28:03 +0000 (14:28 +0100)
include/deal.II/numerics/vector_tools.templates.h

index f5288e9e3e5e4b6e405306acb93d77371f00b254..663b5ce086c77b222f921e83e62cc6813c584cb3 100644 (file)
@@ -5413,7 +5413,8 @@ namespace VectorTools
       // For nedelec elements FE_Nedelec<dim> (0) returns fe.degree = 1.
       // For FESystem get the degree from the base_element
       // indicated by the first_vector_component
-      const unsigned int degree = fe.base_element(base_indices.first).degree - 1;
+      const unsigned int degree =
+        fe.base_element(base_indices.first).degree - 1;
 
       // Find DoFs we want to constrain:
       // There are fe.dofs_per_line DoFs associated with the
@@ -5668,7 +5669,8 @@ namespace VectorTools
           base_indices.second = (first_vector_component - fe_index_old) /
                                 fe.base_element(i).n_components();
         }
-      const unsigned int degree = fe.base_element(base_indices.first).degree - 1;
+      const unsigned int degree =
+        fe.base_element(base_indices.first).degree - 1;
 
       switch (dim)
         {
@@ -6017,11 +6019,11 @@ namespace VectorTools
                 }
 
               // Solve linear system:
-              if(associated_face_dofs > 0)
-             {
-               face_matrix_inv.invert(face_matrix);
-               face_matrix_inv.vmult(face_solution, face_rhs);
-             }
+              if (associated_face_dofs > 0)
+                {
+                  face_matrix_inv.invert(face_matrix);
+                  face_matrix_inv.vmult(face_solution, face_rhs);
+                }
 
               // Store computed DoFs:
               for (unsigned int associated_face_dof = 0;

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.