month = jul,
collection = {PEARC ’23}
}
+
+@article{brown2021libceed,
+ title={libCEED: Fast algebra for high-order element-based discretizations},
+ author={Brown, Jed and Abdelfattah, Ahmad and Barra, Valeria and Beams, Natalie and Camier, Jean-Sylvain and Dobrev, Veselin and Dudouit, Yohann and Ghaffari, Leila and Kolev, Tzanio and Medina, David and others},
+ journal={Journal of Open Source Software},
+ volume={6},
+ number={63},
+ pages={2945},
+ year={2021}
+}
\title{The \dealii Library, Version 9.6}
- \author[1*]{Pasquale~Claudio~Africa}
+ \author[1]{Pasquale~Claudio~Africa}
\affil[1]{SISSA International School for Advanced Studies,
mathLab,
Via Bonomea, 265,
Leibniz Institute in Forschungsverbund Berlin e.V.
{\texttt{thiele@wias-berlin.de}}}
-\author[2]{Bruno~Turcksin}
+\author[2*]{Bruno~Turcksin}
\author[17]{David Wells}
\affil[17]{Department of Mathematics, University of North Carolina,
Chapel Hill, NC 27516, USA.
{\texttt{drwells@email.unc.edu}}}
-\author[18,8]{Vladimir Yushutin}
+\author[8, 18]{Vladimir Yushutin}
\affil[18]{Department of Mathematics, University of Tennessee at Knoxville,
Knoxville TN 37996-1320, USA.
{\texttt{vyushuti@utk.edu}}}
infrastructure (Section~\ref{sec:mf}).
\item Different additions to the non-matching infrastructure (see
Section~\ref{sec:nonmatching}). In particular, the new class
- FERemoteEvaluation provides support for evaluating
+ \texttt{FERemoteEvaluation} provides support for evaluating
finite element shape functions and solutions on parts of the
domain stored by other MPI processes.
\item Much work has gone into writing wrappers for Trilinos' Tpetra
size of the Arnoldi basis, rather than the number of auxiliary
vectors. Some changes have also been made to the GMRES and F-GMRES
implementations, making them use the same underlying kernels as much as possible.
+\item The new class \texttt{FE\_Hermite} implements a Hermite interpolation basis of
+maximum regularity. These bases are always of odd polynomial degree $p$ and have
+regularity $r=(p-1)/2$.
\end{itemize}
%
The changelog lists more than 180 other features and bugfixes.
multi-component systems.
\end{itemize}
-Furthermore, we performed substantial improvements to the global-coarsening
+In addition, we performed substantial improvements to the global-coarsening
multigrid infrastructure: \texttt{MGTransferMF} (previously:
\texttt{MGTransferGlobalCoarsening}) and \texttt{MGTwoLevelTransfer}. They
now allow to perform local smoothing, which is a key step towards unifying
\end{itemize}
Furthermore, we added an example to the \texttt{libCEED}
-library.\footnote{\url{https://github.com/CEED/libCEED}} \texttt{libCEED} is a library
+library~\cite{brown2021libceed}: \url{https://github.com/CEED/libCEED/tree/main/examples/deal.II}. \texttt{libCEED} is a library
that provides matrix-free evaluation routines that work on different hardware. The
-examples show how to interface the \dealii data structures to the \texttt{libCEED} ones.
+example show how to interface the \dealii data structures to the \texttt{libCEED} ones.
The example solves the BP1-BP6 benchmarks (scalar/vector Laplace/mass matrix with
regular integration and over-integration).