From 8bcc7e2fd009c708adf379cab6e06d23b3acc389 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 21 Aug 2006 23:49:57 +0000 Subject: [PATCH] Add a TODO git-svn-id: https://svn.dealii.org/trunk@13713 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index ab2ee0de45..1e3b832cf7 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -2072,6 +2072,7 @@ namespace internal make_hp_hanging_node_constraints (const DH &dof_handler, ConstraintMatrix &constraints) { +//TODO[WB]: we should call get_{sub,}face_interpolation_matrix only once per pair of finite elements -- since they return only stuff that counts in local dof numbers, their results are always the same. we should then just store the result in a lazy table const unsigned int dim = DH::dimension; std::vector dofs_on_mother; -- 2.39.5