From d8b8c0a8236a8ab86579a238967e4fecd3e6f286 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 15 Sep 2010 11:28:09 +0000 Subject: [PATCH] Escape non-ASCII characters properly. git-svn-id: https://svn.dealii.org/trunk@21977 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_nedelec.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_nedelec.h b/deal.II/deal.II/include/fe/fe_nedelec.h index f368f280d0..8d4e247153 100644 --- a/deal.II/deal.II/include/fe/fe_nedelec.h +++ b/deal.II/deal.II/include/fe/fe_nedelec.h @@ -33,13 +33,13 @@ template class MappingQ; /*@{*/ /** - * Implementation of Nédélec elements, conforming with the + * Implementation of Nédélec elements, conforming with the * space Hcurl. These elements generate vector fields with * tangential components continuous between mesh cells. * - * We follow the convention that the degree of Nédélec elements + * We follow the convention that the degree of Nédélec elements * denotes the polynomial degree of the largest complete polynomial - * subspace contained in the Nédélec space. This leads to the consistently + * subspace contained in the Nédélec space. This leads to the consistently * numbered sequence of spaces * @f[ * Q_{k+1} @@ -67,7 +67,7 @@ template class MappingQ; *

Interpolation

* * The @ref GlossInterpolation "interpolation" operators associated - * with the Nédélec element are constructed such that interpolation and + * with the Nédélec element are constructed such that interpolation and * computing the curl are commuting operations. We require this * from interpolating arbitrary functions as well as the #restriction * matrices. @@ -76,7 +76,7 @@ template class MappingQ; * * The @ref GlossNodes "node values" on edges are the moments of the * tangential component of the interpolated function with respect to - * the traces of the Nédélec polynomials. Higher-order Nédélec spaces + * the traces of the Nédélec polynomials. Higher-order Nédélec spaces * also have face and interior nodes. * *

Generalized support points

@@ -89,13 +89,13 @@ template class MappingQ; * the interior of the cell (or none for N1). * * - * @author Markus Bürg, 2009 + * @author Markus Bürg, 2009 */ template class FE_Nedelec : public FE_PolyTensor, dim> { public: /** - * Constructor for the Nédélec + * Constructor for the Nédélec * element of degree @p p. */ FE_Nedelec (const unsigned int p); @@ -236,7 +236,7 @@ class FE_Nedelec : public FE_PolyTensor, dim> { * cells onto the father * cell. According to the * philosophy of the - * Nédélec element, this + * Nédélec element, this * restriction operator preserves * the curl of a function * weakly. -- 2.39.5