]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Parallel distributed: Communicate active_fe_indices after deserialization.
authorMarc Fehling <marc.fehling@gmx.net>
Thu, 11 Jul 2019 09:20:30 +0000 (11:20 +0200)
committerMarc Fehling <marc.fehling@gmx.net>
Mon, 29 Jul 2019 19:24:09 +0000 (13:24 -0600)
source/hp/dof_handler.cc

index 45c7db666d5a1cc003f51fd97b94ce9d1fa19ce5..8c04804bbad5be0c375d8ab179d2474351ca9223 100644 (file)
@@ -2281,6 +2281,10 @@ namespace hp
         // Update all locally owned active_fe_indices.
         set_active_fe_indices(active_fe_index_transfer->active_fe_indices);
 
+        // Update active_fe_indices on ghost cells.
+        dealii::internal::hp::DoFHandlerImplementation::Implementation::
+          communicate_active_fe_indices(*this);
+
         // Free memory.
         active_fe_index_transfer.reset();
       }

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.