From: hartmann Date: Mon, 22 May 2000 13:01:18 +0000 (+0000) Subject: small reformating and doc fixes X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0c42d5163d5a3492425ffe97bbe4e56c87c73f7;p=dealii-svn.git small reformating and doc fixes git-svn-id: https://svn.dealii.org/trunk@2921 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_lib.dg.h b/deal.II/deal.II/include/fe/fe_lib.dg.h index a1a616de5c..7a212b972b 100644 --- a/deal.II/deal.II/include/fe/fe_lib.dg.h +++ b/deal.II/deal.II/include/fe/fe_lib.dg.h @@ -24,12 +24,13 @@ /** * Define a constant discontinuous finite element in #dim# - * space dimensions, along with (bi-, tri-)linear (therefore isoparametric) + * space dimensions, along with (bi-, tri-)linear * transforms from the unit cell to the real cell. * @author Ralf Hartmann, 1998 */ template -class FEDG_Q0 : public FEQ1Mapping { +class FEDG_Q0 : public FEQ1Mapping +{ public: /** * Constructor @@ -111,7 +112,8 @@ class FEDG_Q0 : public FEQ1Mapping { * @author Ralf Hartmann, 1998 */ template -class FEDG_Q1 : public FEQ1{ +class FEDG_Q1 : public FEQ1 +{ public: /** * Constructor @@ -129,7 +131,7 @@ class FEDG_Q1 : public FEQ1{ /** * Define a (bi-, tri-, etc)quadratic finite element in #dim# space dimensions, - * along with (bi-, tri-)quadratic (therefore isoparametric) transforms from the + * along with (bi-, tri-)linear transforms from the * unit cell to the real cell allowing discontinuous Galerkin methods. * * This class is derived from and provides substantially the same @@ -147,7 +149,8 @@ class FEDG_Q1 : public FEQ1{ * @author Ralf Hartmann, 1998 */ template -class FEDG_Q2 : public FEQ2{ +class FEDG_Q2 : public FEQ2 +{ public: /** * Constructor @@ -165,7 +168,7 @@ class FEDG_Q2 : public FEQ2{ /** * Define a (bi-, tri-, etc)cubic finite element in #dim# space dimensions, - * along with (bi-, tri-)cubic (therefore isoparametric) transforms from the + * along with (bi-, tri-)linear transforms from the * unit cell to the real cell allowing discontinuous Galerkin methods. * * This class is derived from and provides substantially the same @@ -183,7 +186,8 @@ class FEDG_Q2 : public FEQ2{ * @author Ralf Hartmann, 1998 */ template -class FEDG_Q3 : public FEQ3{ +class FEDG_Q3 : public FEQ3 +{ public: /** * Constructor @@ -201,7 +205,7 @@ class FEDG_Q3 : public FEQ3{ /** * Define a (bi-, tri-, etc)quartic finite element in #dim# space dimensions, - * along with (bi-, tri-)quartic (therefore isoparametric) transforms from the + * along with (bi-, tri-)linear transforms from the * unit cell to the real cell allowing discontinuous Galerkin methods. * * This class is derived from and provides substantially the same @@ -219,7 +223,8 @@ class FEDG_Q3 : public FEQ3{ * @author Ralf Hartmann, 1998 */ template -class FEDG_Q4 : public FEQ4{ +class FEDG_Q4 : public FEQ4 +{ public: /** * Constructor