]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Indent
authorBruno Blais <blais.bruno@gmail.com>
Fri, 4 Jul 2025 12:17:53 +0000 (08:17 -0400)
committerBruno Blais <blais.bruno@gmail.com>
Fri, 4 Jul 2025 12:17:53 +0000 (08:17 -0400)
include/deal.II/grid/grid_generator.h
source/grid/grid_generator.cc
source/grid/grid_generator_from_name.cc

index 5d2087e1334c47ae989a0ccd41a031734a332a94..62dbf465c82ce71a98d27cc74381dcf150ed63dd 100644 (file)
@@ -634,15 +634,15 @@ namespace GridGenerator
   template <int dim>
   void
   uniform_channel_with_cylinder(
-    Triangulation<dim>             &tria,
+    Triangulation<dim>              &tria,
     const std::vector<unsigned int> &lengths_and_heights,
-    const double                    depth                  = 1,
-    const unsigned int              depth_division         = 1,
-    const double                    shell_region_radius    = 0.75,
-    const unsigned int              n_shells               = 2,
-    const double                    skewness               = 2.0,
-    const bool                      use_transfinite_region = false,
-    const bool                      colorize               = false);
+    const double                     depth                  = 1,
+    const unsigned int               depth_division         = 1,
+    const double                     shell_region_radius    = 0.75,
+    const unsigned int               n_shells               = 2,
+    const double                     skewness               = 2.0,
+    const bool                       use_transfinite_region = false,
+    const bool                       colorize               = false);
 
   /**
    * A general @p dim -dimensional cell (a segment if dim is 1, a quadrilateral
index 9629a3f46a471a831b1ad8395ec739598b5cf392..294cf4e5c103a95aec81ba2606e35fa94c013a1d 100644 (file)
@@ -3832,7 +3832,7 @@ namespace GridGenerator
   template <>
   void
   uniform_channel_with_cylinder(Triangulation<1> &,
-                                const std::vector<unsigned int>&,
+                                const std::vector<unsigned int> &,
                                 const double,
                                 unsigned int,
                                 const double,
@@ -3847,7 +3847,7 @@ namespace GridGenerator
   template <>
   void
   uniform_channel_with_cylinder(
-    Triangulation<2>               &tria,
+    Triangulation<2>                &tria,
     const std::vector<unsigned int> &lengths_and_heights,
     const double,
     unsigned int,
@@ -4024,15 +4024,15 @@ namespace GridGenerator
   template <>
   void
   uniform_channel_with_cylinder(
-    Triangulation<3>               &tria,
+    Triangulation<3>                &tria,
     const std::vector<unsigned int> &lengths_and_heights,
-    const double                    depth,
-    unsigned int                    depth_division,
-    const double                    shell_region_radius,
-    const unsigned int              n_shells,
-    const double                    skewness,
-    const bool                      use_transfinite_region,
-    const bool                      colorize)
+    const double                     depth,
+    unsigned int                     depth_division,
+    const double                     shell_region_radius,
+    const unsigned int               n_shells,
+    const double                     skewness,
+    const bool                       use_transfinite_region,
+    const bool                       colorize)
   {
     Triangulation<2> tria_2;
     uniform_channel_with_cylinder(tria_2,
index 5a67c27021501ef9dd7fa317089bc8a48d7d5e71..3c2bde7c3494b83bcb9305f820a8871efa4b3a8d 100644 (file)
@@ -122,7 +122,7 @@ namespace GridGenerator
       else if (name == "custom_channel_with_cylinder")
         parse_and_create<dim,
                          dim,
-                         const std::vector<unsigned int>&,
+                         const std::vector<unsigned int> &,
                          double,
                          unsigned int,
                          double,

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.