From: wolf Date: Thu, 25 Jul 2002 15:35:13 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc16a13175c9e6f7792294a08c5d3f806b342321;p=dealii-svn.git Fix comment. git-svn-id: https://svn.dealii.org/trunk@6286 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_dgp.h b/deal.II/deal.II/include/fe/fe_dgp.h index 6c0108286c..616adfc5f7 100644 --- a/deal.II/deal.II/include/fe/fe_dgp.h +++ b/deal.II/deal.II/include/fe/fe_dgp.h @@ -390,7 +390,7 @@ class FE_DGP : public FiniteElement * Array with shape function * values in quadrature * points. There is one - * vector for each shape + * row for each shape * function, containing * values for each quadrature * point. @@ -412,7 +412,7 @@ class FE_DGP : public FiniteElement * Array with shape function * gradients in quadrature * points. There is one - * vector for each shape + * row for each shape * function, containing * values for each quadrature * point. diff --git a/deal.II/deal.II/include/fe/fe_dgq.h b/deal.II/deal.II/include/fe/fe_dgq.h index 4b0910f232..ca2f847628 100644 --- a/deal.II/deal.II/include/fe/fe_dgq.h +++ b/deal.II/deal.II/include/fe/fe_dgq.h @@ -418,7 +418,7 @@ class FE_DGQ : public FiniteElement * Array with shape function * values in quadrature * points. There is one - * vector for each shape + * row for each shape * function, containing * values for each quadrature * point. @@ -440,7 +440,7 @@ class FE_DGQ : public FiniteElement * Array with shape function * gradients in quadrature * points. There is one - * vector for each shape + * row for each shape * function, containing * values for each quadrature * point. diff --git a/deal.II/deal.II/include/fe/fe_nedelec.h b/deal.II/deal.II/include/fe/fe_nedelec.h index 5d5ba486a0..8977a909cf 100644 --- a/deal.II/deal.II/include/fe/fe_nedelec.h +++ b/deal.II/deal.II/include/fe/fe_nedelec.h @@ -417,12 +417,11 @@ class FE_Nedelec : public FiniteElement /** * Array with shape function * values in quadrature - * points. There is one - * vector for each shape - * function, containing - * values for each quadrature - * point. Since the shape - * functions are + * points. There is one row + * for each shape function, + * containing values for each + * quadrature point. Since + * the shape functions are * vector-valued (with as * many components as there * are space dimensions), the @@ -444,7 +443,7 @@ class FE_Nedelec : public FiniteElement * Array with shape function * gradients in quadrature * points. There is one - * vector for each shape + * row for each shape * function, containing * values for each quadrature * point. diff --git a/deal.II/deal.II/include/fe/fe_q.h b/deal.II/deal.II/include/fe/fe_q.h index 0c4aabeeb0..cb76726af3 100644 --- a/deal.II/deal.II/include/fe/fe_q.h +++ b/deal.II/deal.II/include/fe/fe_q.h @@ -763,7 +763,7 @@ class FE_Q : public FiniteElement * Array with shape function * values in quadrature * points. There is one - * vector for each shape + * row for each shape * function, containing * values for each quadrature * point. @@ -785,7 +785,7 @@ class FE_Q : public FiniteElement * Array with shape function * gradients in quadrature * points. There is one - * vector for each shape + * row for each shape * function, containing * values for each quadrature * point.