]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doc update.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 15 Mar 2001 19:10:20 +0000 (19:10 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 15 Mar 2001 19:10:20 +0000 (19:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@4227 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/polynomial.h

index 9cf716359d5366603a4b1a6b8f2c1f3c408fdf3e..c32f1a4b3023fef3139b6a9bd86ce4ab86f7570f 100644 (file)
@@ -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<double>
@@ -171,7 +173,7 @@ class LagrangeEquidistant: public Polynomial<double>
  *
  * @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 <typename number>
 class Legendre : public Polynomial<number>
 {

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.