]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add manifold_id when extracting boundary meshes
authorLuca Heltai <luca.heltai@sissa.it>
Mon, 4 Dec 2017 13:24:16 +0000 (14:24 +0100)
committerLuca Heltai <luca.heltai@sissa.it>
Mon, 4 Dec 2017 13:24:16 +0000 (14:24 +0100)
source/grid/grid_generator.cc

index 9aeb0dc8ed6fba631e59c720da4f88430624ddc3..67cbecd2555fcd99123067a040511fb312fa4bb9 100644 (file)
@@ -4528,6 +4528,7 @@ namespace GridGenerator
 
                   c_data.vertices[j] = map_vert_index[v_index];
                   c_data.material_id = static_cast<types::material_id>(face->boundary_id());
+                  c_data.manifold_id = face->manifold_id();
                 }
 
               // if we start from a 3d mesh, then we have copied the

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.