]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Initialize all variables in Partitioner 5272/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 20 Oct 2017 14:31:04 +0000 (16:31 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 20 Oct 2017 14:31:04 +0000 (16:31 +0200)
source/base/partitioner.cc

index 2e88679e568cc74a1be56075f066bc9900b17899..73ca8f637cf5f83d436d3576458c060f3c051a55 100644 (file)
@@ -28,6 +28,7 @@ namespace Utilities
       local_range_data (std::pair<types::global_dof_index, types::global_dof_index> (0, 0)),
       n_ghost_indices_data (0),
       n_import_indices_data (0),
+      n_ghost_indices_in_larger_set(0),
       my_pid (0),
       n_procs (1),
       communicator (MPI_COMM_SELF),
@@ -44,6 +45,7 @@ namespace Utilities
       local_range_data (std::pair<types::global_dof_index, types::global_dof_index> (0, size)),
       n_ghost_indices_data (0),
       n_import_indices_data (0),
+      n_ghost_indices_in_larger_set(0),
       my_pid (0),
       n_procs (1),
       communicator (MPI_COMM_SELF),
@@ -63,6 +65,7 @@ namespace Utilities
       global_size (static_cast<types::global_dof_index>(locally_owned_indices.size())),
       n_ghost_indices_data (0),
       n_import_indices_data (0),
+      n_ghost_indices_in_larger_set(0),
       my_pid (0),
       n_procs (1),
       communicator (communicator_in),
@@ -80,6 +83,7 @@ namespace Utilities
       global_size (static_cast<types::global_dof_index>(locally_owned_indices.size())),
       n_ghost_indices_data (0),
       n_import_indices_data (0),
+      n_ghost_indices_in_larger_set(0),
       my_pid (0),
       n_procs (1),
       communicator (communicator_in),

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.