]> https://gitweb.dealii.org/ - dealii.git/commitdiff
run astyle. yes, it looks quite bad :-( 5151/head
authorMatthias Maier <tamiko@43-1.org>
Wed, 27 Sep 2017 17:14:15 +0000 (12:14 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 27 Sep 2017 19:53:13 +0000 (14:53 -0500)
include/deal.II/numerics/vector_tools.templates.h

index 2e68509b636d1f6a988ef93483f74d9ca9a784fd..e0405b778c9d6409b3764aa00f9527b5f9332ced 100644 (file)
@@ -136,8 +136,8 @@ namespace VectorTools
                 fe_values_jacobians.get_present_fe_values().get_jacobians();
 
               auto shifted_view = boost::make_iterator_range(
-                std::begin(function_values[i]) + offset,
-                std::begin(function_values[i]) + offset + dim);
+                                    std::begin(function_values[i]) + offset,
+                                    std::begin(function_values[i]) + offset + dim);
               std::vector<number> old_value;
               std::copy(std::begin(shifted_view),
                         std::end(shifted_view),
@@ -162,11 +162,11 @@ namespace VectorTools
                 fe_values_jacobians.get_present_fe_values().get_jacobians();
               const auto &inverse_jacobians =
                 fe_values_jacobians.get_present_fe_values()
-                  .get_inverse_jacobians();
+                .get_inverse_jacobians();
 
               auto shifted_view = boost::make_iterator_range(
-                std::begin(function_values[i]) + offset,
-                std::begin(function_values[i]) + offset + dim);
+                                    std::begin(function_values[i]) + offset,
+                                    std::begin(function_values[i]) + offset + dim);
               std::vector<number> old_value;
               std::copy(std::begin(shifted_view),
                         std::end(shifted_view),
@@ -398,7 +398,7 @@ namespace VectorTools
                  ExcDimensionMismatch(dof_handler.get_fe().n_components(),
                                       function(cell).n_components));
           function(cell).vector_value_list(generalized_support_points,
-                                     function_values);
+                                           function_values);
 
           {
             // Before we can average, we have to transform all function values
@@ -501,8 +501,8 @@ namespace VectorTools
     // Create a small lambda capture wrapping function and call the
     // internal implementation
     const auto function_map = [&function](
-      const typename DoFHandlerType<dim, spacedim>::active_cell_iterator &)
-      -> const Function<spacedim, typename VectorType::value_type> &
+                                const typename DoFHandlerType<dim, spacedim>::active_cell_iterator &)
+                              -> const Function<spacedim, typename VectorType::value_type> &
     {
       return function;
     };

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.