From 70fcfb98dcfde0a9f5ef36a99093767cfea01015 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Sun, 27 May 2018 08:07:43 +0200 Subject: [PATCH] fix unicode characters in fe_nedelec_sz.h --- include/deal.II/fe/fe_nedelec_sz.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/fe/fe_nedelec_sz.h b/include/deal.II/fe/fe_nedelec_sz.h index f2cfa130fd..7decd91c2a 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 Nédélec element described in the PhD + * Hcurl-conforming Nedelec element described in the PhD * thesis of S. Zaglmayr, High Order Finite Element Methods * for Electromagnetic Field Computation, Johannes Kepler - * Univerität Linz, 2006. + * Univeritaet Linz, 2006. * * This element overcomes the sign conflict issues present in - * traditional Nédélec elements which arise from the edge and face + * traditional Nedelec 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 Nédélec elements with application to eddy + * problem for hp-hexahedral Nedelec elements with application to eddy * current problems, Computers & Structures 181, 41-54, 2017 (see * https://doi.org/10.1016/j.compstruc.2016.05.021). * -- 2.39.5