]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Call signal at the end of create_triangulation. 14866/head
authorMarc Fehling <mafehling.git@gmail.com>
Fri, 10 Mar 2023 10:22:31 +0000 (03:22 -0700)
committerMarc Fehling <mafehling.git@gmail.com>
Tue, 21 Mar 2023 09:55:30 +0000 (10:55 +0100)
source/grid/tria.cc

index af6b308ec479c1f237c3ddf4316fb0018604092c..619a0581d312f1b80ae470754813af0920bed0e9 100644 (file)
@@ -11898,6 +11898,9 @@ void Triangulation<dim, spacedim>::create_triangulation(
               cell->face(pair.first)->set_boundary_id(pair.second);
         }
     }
+
+  // inform all listeners that the triangulation has been created
+  signals.create();
 }
 
 

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.