From fa32723e371289e69104da498cb453055ca0e6cb Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Thu, 22 Apr 2021 19:54:08 -0600 Subject: [PATCH] Describe step-75 --- 9.3/paper.tex | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/9.3/paper.tex b/9.3/paper.tex index 784ef6c..a11a080 100644 --- a/9.3/paper.tex +++ b/9.3/paper.tex @@ -857,16 +857,29 @@ all cells in this way. In addition, there are a number of new tutorial programs: \begin{itemize} \item \texttt{step-19} TODO + \item \texttt{step-68} TODO -\item \texttt{step-75} TODO + +\item \texttt{step-75} demonstrates a state-of-the-art way of solving a simple + Laplace problem using $hp$-adaptation and hybrid multigrid methods on machines + with distributed memory. This tutorial points out particularities in porting + serial $hp$-adaptive code for parallelization. Furthermore, it guides through + the process of writing an efficient preconditioner for $hp$-adaptive applications. + \item \texttt{step-76} is an explicit time integrator for the - compressible Euler equations discretized with a high-order discontinuous - Galerkin (DG) scheme, using the matrix-free infrastructure just as \texttt{step67} does. - The tutorial presents advanced topics, like the usage of cell-centric loops and - the new MPI-3.0 shared-memory capabilities of \texttt{MatrixFree} tor each high - throughput. Furthermore, the utilization of the template parameter - \texttt{VectorizedArrayType} and the application of lambdas to capture cell and face - integrals are discussed. + compressible Euler equations discretized with a high-order discontinuous + Galerkin (DG) scheme, using the matrix-free infrastructure just as \texttt{step-67} does. + The tutorial presents advanced topics, like the usage of cell-centric loops and + the new MPI-3.0 shared-memory capabilities of \texttt{MatrixFree} tor each high + throughput. Furthermore, the utilization of the template parameter + \texttt{VectorizedArrayType} and the application of lambdas to capture cell and face + integrals are discussed. + +\item \texttt{step-77} TODO + +\item \texttt{step-78} TODO + +\item \texttt{step-79} TODO \end{itemize} There are also new programs in the code gallery (a collection of -- 2.39.5