From f441ffb65097c1d9f50baf20771151a185016aac Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 4 Apr 2018 15:53:38 -0500 Subject: [PATCH] add myself, add a couple of points --- 9.0/paper.tex | 41 ++++++++++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/9.0/paper.tex b/9.0/paper.tex index 5f86066..5b760f1 100644 --- a/9.0/paper.tex +++ b/9.0/paper.tex @@ -73,12 +73,12 @@ % Boltzmannstr.~15, 85748 Garching, Germany. % {\texttt{kronbichler@lnm.mw.tum.de}}} % -% \author[7]{Matthias Maier} -% \affil[7]{School of Mathematics, -% University of Minnesota, -% 127 Vincent Hall, 206 Church Street SE, -% Minneapolis, MN 55455, USA. -% {\texttt{msmaier@umn.edu}}} +\author[7]{Matthias Maier} +\affil[7]{School of Mathematics, + University of Minnesota, + 127 Vincent Hall, 206 Church Street SE, + Minneapolis, MN 55455, USA. + {\texttt{msmaier@umn.edu}}} % % \author[8]{Jean-Paul Pelteret} % \affil[8]{Chair of Applied Mechanics, @@ -135,13 +135,28 @@ GNU Lesser General Public License (LGPL) from the \dealii{} homepage at The major changes of this release are: \begin{itemize} -\item Manifold smoothing: The manifold smoothing algorithms applied in the Triangulation class and MappingQGeneric have been changed from the old Laplace-style smoothing to a transfinite interpolation that linearly blends between the descriptions on the faces around a cell. The old transformation introduced boundary layers inside cells that prevented convergence rates from exceeding 3.5 in the global L2 errors on typical settings. This change also considerably improves mesh quality on settings where curved descriptions are only applied to the boundary rather than the whole volume. - -\item C++11 is now required and used in many places, move semantics, ... (...) - -\item - - +\item + Manifold smoothing: The manifold smoothing algorithms applied in the + Triangulation class and MappingQGeneric have been changed from the old + Laplace-style smoothing to a transfinite interpolation that linearly + blends between the descriptions on the faces around a cell. The old + transformation introduced boundary layers inside cells that prevented + convergence rates from exceeding 3.5 in the global L2 errors on typical + settings. This change also considerably improves mesh quality on settings + where curved descriptions are only applied to the boundary rather than + the whole volume. + +\item + C++11 is now required and used in many places, move semantics, ... (...) + +\item + Improved support for LinearOperator (Trilinos payload, Schur complement, + iterative inverse), removal of old wrapper classes + +\item + Initial support for generalized support points: Internal interpolation + rewritten (support for $H(\text{curl})$ and $H(\text{div})$ conforming + elements). \item New tutorial programs XYZ; as well as updates to XYZ. In addition, the separate code -- 2.39.5