From: Bruno Blais Date: Fri, 4 Jul 2025 12:17:53 +0000 (-0400) Subject: Indent X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d584fb5eb20b31c7f4814f22698cad9f76c5ddd;p=dealii.git Indent --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 5d2087e133..62dbf465c8 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -634,15 +634,15 @@ namespace GridGenerator template void uniform_channel_with_cylinder( - Triangulation &tria, + Triangulation &tria, const std::vector &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 diff --git a/source/grid/grid_generator.cc b/source/grid/grid_generator.cc index 9629a3f46a..294cf4e5c1 100644 --- a/source/grid/grid_generator.cc +++ b/source/grid/grid_generator.cc @@ -3832,7 +3832,7 @@ namespace GridGenerator template <> void uniform_channel_with_cylinder(Triangulation<1> &, - const std::vector&, + const std::vector &, 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 &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 &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, diff --git a/source/grid/grid_generator_from_name.cc b/source/grid/grid_generator_from_name.cc index 5a67c27021..3c2bde7c34 100644 --- a/source/grid/grid_generator_from_name.cc +++ b/source/grid/grid_generator_from_name.cc @@ -122,7 +122,7 @@ namespace GridGenerator else if (name == "custom_channel_with_cylinder") parse_and_create&, + const std::vector &, double, unsigned int, double,