From 734b8b28b6ccb22d8343876c7ecbc67c902d82dd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 13 May 2020 17:51:00 -0600 Subject: [PATCH] Expand on a comment. --- 9.2/paper.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/9.2/paper.tex b/9.2/paper.tex index e5e3098..ded6b2d 100644 --- a/9.2/paper.tex +++ b/9.2/paper.tex @@ -224,9 +224,12 @@ in the file that lists all changes for this release}, see \cite{changes91}. Many of the \dealii{} tutorial programs were revised in a variety of ways as part of this release. A particular example is that we have converted a number of programs to use range-based for loops (a C++11 -feature) for loops over a range of integer indices, given that the +feature) for loops over a range of integer indices such as loops over +all quadrature points or all indices of degrees of freedom during +assembly. This makes sense given that the range-based way of writing loops seems to be the idiomatic approach -these days. +these days, and that we had previously already converted loops over +all cells in this way. In addition, there are a number of new tutorial programs: \begin{itemize} -- 2.39.5