]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add subdivided_hyper_L case to generate grid by arguments
authorBruna Campos <bccampos@uwaterloo.ca>
Wed, 19 Mar 2025 14:24:23 +0000 (10:24 -0400)
committerBruna Campos <bccampos@uwaterloo.ca>
Thu, 20 Mar 2025 14:30:20 +0000 (10:30 -0400)
source/grid/grid_generator_from_name.cc

index a412efd99d0cdea2cf3ba97ef4cc196ec1115fa5..f5be2a9f4916e9a32e94f432729d253e029dd4f4 100644 (file)
@@ -244,6 +244,14 @@ namespace GridGenerator
                          bool>(subdivided_hyper_rectangle_with_simplices,
                                arguments,
                                tria);
+      
+      else if (name == "subdivided_hyper_L")
+        parse_and_create<dim,
+                         dim,
+                         const std::vector<unsigned int> &,
+                         const Point<dim> &,
+                         const Point<dim> &,
+                         const std::vector<int> &>(subdivided_hyper_L, arguments, tria);
 
       else
         return false;

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.