From bf266e5eb35c82f9ca9324cdfabf56c3318eed1a Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 19 Sep 2006 03:23:54 +0000 Subject: [PATCH] Add a TODO. git-svn-id: https://svn.dealii.org/trunk@13928 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 1aecf5b3b9..b5e95644d9 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -37,6 +37,7 @@ #include #include +#define WOLFGANG #if deal_II_dimension == 1 @@ -2077,6 +2078,7 @@ namespace internal 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 +//TODO[WB]: we should short-circuit some of the more expensive things dealing with domination of finite elements for non-hp DoFHandlers. const unsigned int dim = DH::dimension; std::vector dofs_on_mother; -- 2.39.5