]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use FETools::hierarchic_to_lexicographic_numbering directly instead of using FETools...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 27 Jun 2005 07:53:19 +0000 (07:53 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 27 Jun 2005 07:53:19 +0000 (07:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@10950 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_q.cc

index d9c52f7f49b83775935be6e848b7fa61f0492e5b..381f3e707fad038aa007f8d81cb138ff6f34fc23 100644 (file)
@@ -191,8 +191,8 @@ FE_Q<dim>::FE_Q (const unsigned int degree)
                                                    face_index_map(FE_Q_Helper::invert_numbering(face_lexicographic_to_hierarchic_numbering (degree)))
 {
   std::vector<unsigned int> renumber (this->dofs_per_cell);
-  FETools::lexicographic_to_hierarchic_numbering (*this, renumber);
-  this->poly_space.set_numbering(FE_Q_Helper::invert_numbering(renumber));
+  FETools::hierarchic_to_lexicographic_numbering (*this, renumber);
+  this->poly_space.set_numbering(renumber);
   
                                   // finally fill in support points
                                   // on cell and face

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.