From 4c4954e640469c2c73b202ca7c95d980a0de3f6d Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Sun, 27 May 2018 08:37:24 +0200 Subject: [PATCH] indentation --- include/deal.II/fe/fe_nedelec_sz.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/deal.II/fe/fe_nedelec_sz.h b/include/deal.II/fe/fe_nedelec_sz.h index 02fa6fb38f..acc2481d7d 100644 --- a/include/deal.II/fe/fe_nedelec_sz.h +++ b/include/deal.II/fe/fe_nedelec_sz.h @@ -31,10 +31,10 @@ DEAL_II_NAMESPACE_OPEN /** * This class represents an implementation of the - * 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 - * Univerität Linz, 2006. + * 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 Univerität Linz, + * 2006. * * This element overcomes the sign conflict issues present in * traditional Nédélec elements which arise from the edge and face @@ -60,8 +60,8 @@ 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 - * current problems, Computers & Structures 181, 41-54, 2017 (see + * 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). * * @author Ross Kynch -- 2.39.5