From: Wolfgang Bangerth Date: Tue, 12 Sep 2017 18:56:48 +0000 (-0600) Subject: Only update DoF indices on active cells in the non-MG renumbering. X-Git-Tag: v9.0.0-rc1~1093^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5067%2Fhead;p=dealii.git Only update DoF indices on active cells in the non-MG renumbering. --- diff --git a/source/dofs/dof_handler_policy.cc b/source/dofs/dof_handler_policy.cc index 5d3984c807..90ac2e3db6 100644 --- a/source/dofs/dof_handler_policy.cc +++ b/source/dofs/dof_handler_policy.cc @@ -1842,7 +1842,7 @@ namespace internal tasks.join_all (); // update the cache used for cell dof indices - update_all_level_cell_dof_indices_caches(dof_handler); + update_all_active_cell_dof_indices_caches (dof_handler); }