]> https://gitweb.dealii.org/ - dealii.git/commitdiff
MGTwoLevelTransfer: fix used DoFHandler 12222/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 16 May 2021 21:29:00 +0000 (23:29 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 16 May 2021 21:29:00 +0000 (23:29 +0200)
include/deal.II/multigrid/mg_transfer_global_coarsening.templates.h

index 3c715cb9043c658f9458b9f2e6cfe14ec8095546..8800d72535ff4da562855881702b3cd4b67dc8ee 100644 (file)
@@ -1783,7 +1783,7 @@ namespace internal
           }
 
         bool     fine_indices_touch_remote_dofs = false;
-        IndexSet locally_owned_dofs = dof_handler_coarse.locally_owned_dofs();
+        IndexSet locally_owned_dofs = dof_handler_fine.locally_owned_dofs();
 
         process_cells([&](const auto &cell_coarse, const auto &cell_fine) {
           const auto fe_pair_no =

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.