]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Initialize NumberCache::n_global_active_cells 16482/head
authorPeter Munch <peterrmuench@gmail.com>
Wed, 17 Jan 2024 15:55:58 +0000 (16:55 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Wed, 17 Jan 2024 15:56:44 +0000 (16:56 +0100)
source/distributed/tria_base.cc

index 622ca0ac261fe441b715c6afb33905f01c3ba6fb..4532fb7ed09cbea6b4ac713ce60ca87e40297835 100644 (file)
@@ -120,6 +120,7 @@ namespace parallel
   DEAL_II_CXX20_REQUIRES((concepts::is_valid_dim_spacedim<dim, spacedim>))
   TriangulationBase<dim, spacedim>::NumberCache::NumberCache()
     : n_locally_owned_active_cells(0)
+    , n_global_active_cells(0)
     , number_of_global_coarse_cells(0)
     , n_global_levels(0)
   {}

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.