From f1edfd623cd927000f7682b5298aa33089c70991 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 10 May 2019 18:09:20 +0200 Subject: [PATCH] Mention that we can still access the old index sets in DoFHandler --- source/dofs/dof_handler_policy.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/dofs/dof_handler_policy.cc b/source/dofs/dof_handler_policy.cc index 0a43d18831..66a501a686 100644 --- a/source/dofs/dof_handler_policy.cc +++ b/source/dofs/dof_handler_policy.cc @@ -5679,6 +5679,8 @@ namespace internal *dof_handler, /*check_validity=*/false); + // Since we have not updated the number cache yet, we can use the + // index sets contained in the DoFHandler at this stage. return NumberCache(dof_handler->locally_owned_dofs_per_processor(), Utilities::MPI::this_mpi_process( triangulation->get_communicator())); -- 2.39.5