From e3d40f32fda13bbc198c77d673d46309a502e06f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 12 Sep 2017 12:56:48 -0600 Subject: [PATCH] Only update DoF indices on active cells in the non-MG renumbering. --- source/dofs/dof_handler_policy.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5