]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix docu.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Apr 2004 07:57:35 +0000 (07:57 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Apr 2004 07:57:35 +0000 (07:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@9070 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/polynomial_space.h
deal.II/base/include/base/tensor_product_polynomials.h

index 239e38114dcfad000d02456710b9f34816a65608..1765c19a818b9c5cdbb49e873b08e9230d26cd1f 100644 (file)
@@ -41,7 +41,7 @@
  * polynomial space it gives the indices i,j,k of the one-dimensional
  * polynomials in x,y and z direction. The ordering of the
  * dim-dimensional polynomials can be changed by using the
- * set_polynomial_ordering() function.
+ * set_numbering() function.
  *
  * @author Guido Kanschat, 2002, Wolfgang Bangerth, 2003, Ralf Hartmann 2004
  */
@@ -254,7 +254,7 @@ PolynomialSpace<dim>::PolynomialSpace (const std::vector<Pol> &pols)
                                   // per default set this index map
                                   // to identity. This map can be
                                   // changed by the user through the
-                                  // set_renumbering function
+                                  // set_numbering function
   for (unsigned int i=0; i<n_pols; ++i)
     {
       index_map[i]=i;
index 903b35c951d601424900ee73466a67ea2f90397c..974a726e56ec140abbb7fa011ead2e3322fcf1ff 100644 (file)
@@ -48,7 +48,7 @@
  * polynomial space it gives the indices i,j,k of the one-dimensional
  * polynomials in x,y and z direction. The ordering of the
  * dim-dimensional polynomials can be changed by using the
- * set_renumbering() function. 
+ * set_numbering() function. 
  * 
  * @author Ralf Hartmann, 2000, 2004, Guido Kanschat, 2000, Wolfgang Bangerth 2003
  */
@@ -553,7 +553,7 @@ TensorProductPolynomials(const std::vector<Pol> &pols)
                                   // per default set this index map
                                   // to identity. This map can be
                                   // changed by the user through the
-                                  // set_renumbering() function
+                                  // set_numbering() function
   for (unsigned int i=0; i<n_tensor_pols; ++i)
     {
       index_map[i]=i;

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.