From: hartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d> Date: Tue, 20 Apr 2004 07:57:35 +0000 (+0000) Subject: Fix docu. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce0f7395b77825153362838a8f94e05446e73606;p=dealii-svn.git Fix docu. git-svn-id: https://svn.dealii.org/trunk@9070 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/polynomial_space.h b/deal.II/base/include/base/polynomial_space.h index 239e38114d..1765c19a81 100644 --- a/deal.II/base/include/base/polynomial_space.h +++ b/deal.II/base/include/base/polynomial_space.h @@ -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; diff --git a/deal.II/base/include/base/tensor_product_polynomials.h b/deal.II/base/include/base/tensor_product_polynomials.h index 903b35c951..974a726e56 100644 --- a/deal.II/base/include/base/tensor_product_polynomials.h +++ b/deal.II/base/include/base/tensor_product_polynomials.h @@ -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;