From 70a76fd51af819cfb8368606587ca3162863877e Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 21 Aug 2006 23:57:25 +0000 Subject: [PATCH] Leave three more TODOs git-svn-id: https://svn.dealii.org/trunk@13714 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/hp_dof_handler.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/deal.II/source/dofs/hp_dof_handler.cc b/deal.II/deal.II/source/dofs/hp_dof_handler.cc index 525d4ed5f4..65a52405e7 100644 --- a/deal.II/deal.II/source/dofs/hp_dof_handler.cc +++ b/deal.II/deal.II/source/dofs/hp_dof_handler.cc @@ -2170,6 +2170,8 @@ namespace hp const unsigned int first_fe_index = nth_active_vertex_fe_index (vertex_index, 0); +//TODO: we here only compare identities of fe[n] with fe[0] for n>=1, not all against all. think about whether this would bring any additional benefits (it would for example if we had Q2, Q4, and Q8 elements coming together at an edge in 3d) + // loop over all the // other FEs with which // we want to identify @@ -2271,6 +2273,7 @@ namespace hp const unsigned int first_fe_index = line->nth_active_fe_index (0); +//TODO: we here only compare identities of fe[n] with fe[0] for n>=1, not all against all. think about whether this would bring any additional benefits (it would for example if we had Q2, Q4, and Q8 elements coming together at an edge in 3d) for (unsigned int f=1; fnth_active_fe_index (0); +//TODO: we here only compare identities of fe[n] with fe[0] for n>=1, not all against all. think about whether this would bring any additional benefits (it would for example if we had Q2, Q4, and Q8 elements coming together at an edge in 3d) for (unsigned int f=1; f