From: Sebastian Kinnewig Date: Fri, 16 Aug 2024 12:44:19 +0000 (+0200) Subject: Added subsection about the tpetra stack. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F116%2Fhead;p=release-papers.git Added subsection about the tpetra stack. --- diff --git a/9.6/paper.tex b/9.6/paper.tex index eaaedc5..683a285 100644 --- a/9.6/paper.tex +++ b/9.6/paper.tex @@ -46,6 +46,8 @@ \newcommand{\dealii}{{\specialword{deal.II}}\xspace} \newcommand{\pfrst}{{\specialword{p4est}}\xspace} \newcommand{\trilinos}{{\specialword{Trilinos}}\xspace} +\newcommand{\epetra}{{\specialword{Epetra}}\xspace} +\newcommand{\tpetra}{{\specialword{Tpetra}}\xspace} \newcommand{\aspect}{\specialword{Aspect}\xspace} \newcommand{\petsc}{\specialword{PETSc}\xspace} \newcommand{\snes}{{\specialword{SNES}}\xspace} @@ -281,6 +283,17 @@ can be found \item FECouplingValues \end{itemize} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\subsection{Interface to the \trilinos \tpetra stack}\label{sec:tpetra} + +\begin{itemize} + \item What is a \textit{stack}? [Thiele] + \item The \epetra stack is deprecated [Thiele] + \item Short overview capabilities of \epetra (MPI parallel, fixed types) [Thiele] + \item Short overview capabilities of \tpetra (MPI+X via Kokkos, auto diff types, Templated petra) [Thiele] + \item Current state of the interface (Tpertra based linear algebra, direct solver from Amesos2, preconditioners from Ifpack2) [Thiele \& Kinnewig] + \item User relevant changes from \epetra: incompatibilities, removed options, changes in the constructor. [Thiele \& Kinnewig] +\end{itemize} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \subsection{New and improved tutorials and code gallery programs}