/**
* This class represents an implementation of the
- * H<sup>curl</sup>-conforming Nédélec element described in the PhD
- * thesis of S. Zaglmayr, <b>High Order Finite Element Methods
- * for Electromagnetic Field Computation</b>, Johannes Kepler
- * Univerität Linz, 2006.
+ * H<sup>curl</sup>-conforming Nédélec element described in the
+ * PhD thesis of S. Zaglmayr, <b>High Order Finite Element Methods for
+ * Electromagnetic Field Computation</b>, 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
*
* Further details on this element, including some benchmarking, can be
* in the paper R. Kynch, P. Ledger: <b>Resolving the sign conflict
- * problem for hp-hexahedral Nédélec elements with application to eddy
- * current problems</b>, Computers & Structures 181, 41-54, 2017 (see
+ * problem for hp-hexahedral Nédélec elements with application to
+ * eddy current problems</b>, Computers & Structures 181, 41-54, 2017 (see
* https://doi.org/10.1016/j.compstruc.2016.05.021).
*
* @author Ross Kynch