From c652efc4741d6f1f9795106f80d66d3f79022af2 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 15 Mar 2001 19:10:20 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@4227 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/polynomial.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/polynomial.h b/deal.II/base/include/base/polynomial.h index 9cf716359d..c32f1a4b30 100644 --- a/deal.II/base/include/base/polynomial.h +++ b/deal.II/base/include/base/polynomial.h @@ -22,7 +22,7 @@ /** - * Base class for all 1D polynomials. A pollynomial is represented in + * Base class for all 1D polynomials. A polynomial is represented in * this class by its coefficients, which are set through the * constructor or by derived classes. Evaluation of a polynomial * happens through the Horner scheme which provides both numerical @@ -122,6 +122,8 @@ class Polynomial : public Subscriptor * value is 1 at the point @p{x=1/3}, and zero at the point @p{x=0}, * @p{x=2/3}, and @p{x=1}. * + * The Lagrange polynomials are implemented up to degree 10. + * * @author Ralf Hartmann, 2000 */ class LagrangeEquidistant: public Polynomial @@ -171,7 +173,7 @@ class LagrangeEquidistant: public Polynomial * * @author Guido Kanschat, 2000 */ -//TODO: test this class. it has never been tested up to now +//TODO: test this class Legendre, it has never been tested up to now template class Legendre : public Polynomial { -- 2.39.5