From 3adb760cf34ca29ba714292c97cc845475f391f7 Mon Sep 17 00:00:00 2001 From: Sebastian Kinnewig Date: Fri, 16 Aug 2024 14:44:19 +0200 Subject: [PATCH] Added subsection about the tpetra stack. --- 9.6/paper.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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} -- 2.39.5