]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Parallel distributed: Communicate active_fe_indices after refinement. 8422/head
authorMarc Fehling <marc.fehling@gmx.net>
Fri, 26 Jul 2019 23:04:38 +0000 (17:04 -0600)
committerMarc Fehling <marc.fehling@gmx.net>
Fri, 26 Jul 2019 23:04:38 +0000 (17:04 -0600)
source/hp/dof_handler.cc

index a94637d7affedf05c7e421e4d5cd1eb6b13bc94d..45c7db666d5a1cc003f51fd97b94ce9d1fa19ce5 100644 (file)
@@ -2149,6 +2149,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.