]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Leave three more TODOs
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Aug 2006 23:57:25 +0000 (23:57 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Aug 2006 23:57:25 +0000 (23:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@13714 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/hp_dof_handler.cc

index 525d4ed5f4c59533c13567db81e925fb9a1502d3..65a52405e7969977c0538e510806ab18e96856e3 100644 (file)
@@ -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; f<n_active_fe_indices; ++f)
            {
              const unsigned int
@@ -2345,6 +2348,7 @@ namespace hp
          const unsigned int
            first_fe_index = quad->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; f<n_active_fe_indices; ++f)
            {
              const unsigned int

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.