From: Denis Davydov Date: Sun, 27 May 2018 06:35:29 +0000 (+0200) Subject: use HTML encodings X-Git-Tag: v9.1.0-rc1~1093^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4920f8627c9758ffd4ffe7f277dba122be29d70c;p=dealii.git use HTML encodings --- diff --git a/include/deal.II/fe/fe_nedelec_sz.h b/include/deal.II/fe/fe_nedelec_sz.h index 7decd91c2a..02fa6fb38f 100644 --- a/include/deal.II/fe/fe_nedelec_sz.h +++ b/include/deal.II/fe/fe_nedelec_sz.h @@ -31,13 +31,13 @@ DEAL_II_NAMESPACE_OPEN /** * This class represents an implementation of the - * Hcurl-conforming Nedelec element described in the PhD + * Hcurl-conforming Nédélec element described in the PhD * thesis of S. Zaglmayr, High Order Finite Element Methods * for Electromagnetic Field Computation, Johannes Kepler - * Univeritaet Linz, 2006. + * Univerität Linz, 2006. * * This element overcomes the sign conflict issues present in - * traditional Nedelec elements which arise from the edge and face + * traditional Nédélec elements which arise from the edge and face * parameterizations used in the basis functions. Therefore, this * element should provide consistent results for general quadrilateral * and hexahedral elements. @@ -60,7 +60,7 @@ DEAL_II_NAMESPACE_OPEN * * Further details on this element, including some benchmarking, can be * in the paper R. Kynch, P. Ledger: Resolving the sign conflict - * problem for hp-hexahedral Nedelec elements with application to eddy + * problem for hp-hexahedral Nédélec elements with application to eddy * current problems, Computers & Structures 181, 41-54, 2017 (see * https://doi.org/10.1016/j.compstruc.2016.05.021). *