From 108201091e843e483585f3a64f529bf1772be390 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Thu, 23 Mar 2017 22:41:36 +0100 Subject: [PATCH] Add further points on changes to step-44 tutorial. Also, fix and add to code-gallery example description --- 8.5/paper.tex | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/8.5/paper.tex b/8.5/paper.tex index fdb698b..65ad77a 100644 --- a/8.5/paper.tex +++ b/8.5/paper.tex @@ -318,9 +318,13 @@ used second and fourth order metric tensors, and defines a number of referential and spatial projection operators and tensor derivatives that are commonly required in the definition of material laws. - The updated step-44 tutorial program demonstrates the -use of the physical module in the context of a solid mechanics problem. +use of the physics module in the context of a solid mechanics problem. +Additional updates to this tutorial include application of the new +\texttt{CellDataStorage} class to store and retrieve local quadrature point +data. An alternative approach to solving the linear system, previously +performed by global static condensation of two of the three field variables, +has been implemented using the \texttt{LinearOperator} class. \subsection{Scalability of geometric multigrid framework} @@ -577,7 +581,7 @@ worth mentioning that the set of new programs since the last release covers the following topics: \marginpar{Add the muscle elasticity example if it is merged in time.} \begin{itemize} - \item Auasi-static visco-elastic material behavior; + \item Quasi-static quasi-incompressible visco-elastic material behavior; \item Multiphase Navier-Stokes flow; \item The evolution of global-scale topography on planetary bodies; \item Goal-oriented elastoplasticity. -- 2.39.5