From a0cb5f530897726964e66dc97c99dc40dd8685be Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 13 Jun 2000 07:27:14 +0000 Subject: [PATCH] Fix some misspellings. git-svn-id: https://svn.dealii.org/trunk@3006 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_lib.dgp.h | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_lib.dgp.h b/deal.II/deal.II/include/fe/fe_lib.dgp.h index cc3f4a637f..ea0346e4a3 100644 --- a/deal.II/deal.II/include/fe/fe_lib.dgp.h +++ b/deal.II/deal.II/include/fe/fe_lib.dgp.h @@ -14,7 +14,7 @@ #define __deal2__fe_lib_dgp_h -/*---------------------------- fe_lib.h ---------------------------*/ +/*---------------------------- fe_lib.dgp.h ---------------------------*/ #include @@ -38,6 +38,7 @@ class FEDG_P1 : public FEQ1Mapping * Constructor */ FEDG_P1 (); + /** * Return the value of the #i#th shape * function at point #p# on the unit cell. @@ -113,10 +114,12 @@ class FEDG_P1 : public FEQ1Mapping }; + + /** * Discontinuous P2-element on hypercubes. * - * This is the implementation of a linear (sic) polynomial space on a + * This is the implementation of a quadratic (sic) polynomial space on a * d-dimensional hypercube. The shape functions are those of * @p{1,x,y,z, x*x, x*y, x*z, y*y, y*z, z*z} applying to the space * dimension. Later on, these should be exchanged for mutually @@ -205,10 +208,12 @@ class FEDG_P2 : public FEQ1Mapping }; + + /** * Discontinuous P3-element on hypercubes. * - * This is the implementation of a linear (sic) polynomial space on a + * This is the implementation of a cubic (sic) polynomial space on a * d-dimensional hypercube. The shape functions are the basis * polynomials spanning the space of cubic polynomials. Later on, * they should be exchanged for mutually orthogonal, preferably by @@ -225,7 +230,6 @@ class FEDG_P3 : public FEQ1Mapping */ FEDG_P3 (); - public: /** * Return the value of the #i#th shape * function at point #p# on the unit cell. @@ -298,10 +302,12 @@ class FEDG_P3 : public FEQ1Mapping }; + + /** * Discontinuous P3-element on hypercubes. * - * This is the implementation of a linear (sic) polynomial space on a + * This is the implementation of a quartic (sic) polynomial space on a * d-dimensional hypercube. The shape functions are the basis * polynomials spanning the space of cubic polynomials. Later on, * they should be exchanged for mutually orthogonal, preferably by @@ -318,7 +324,6 @@ class FEDG_P4 : public FEQ1Mapping */ FEDG_P4 (); - public: /** * Return the value of the #i#th shape * function at point #p# on the unit cell. @@ -391,9 +396,9 @@ class FEDG_P4 : public FEQ1Mapping }; -/*---------------------------- fe_lib.h ---------------------------*/ +/*---------------------------- fe_lib.dgp.h ---------------------------*/ #endif -/*---------------------------- fe_lib.h ---------------------------*/ +/*---------------------------- fe_lib.dgp.h ---------------------------*/ -- 2.39.5