From: bangerth Date: Mon, 21 Aug 2006 23:49:57 +0000 (+0000) Subject: Add a TODO X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bcc7e2fd009c708adf379cab6e06d23b3acc389;p=dealii-svn.git Add a TODO git-svn-id: https://svn.dealii.org/trunk@13713 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;