From: Martin Kronbichler Date: Sun, 5 Mar 2017 07:58:43 +0000 (+0100) Subject: Small text improvement X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a018d3cecc548ec85b853afa32492f6439de9188;p=release-papers.git Small text improvement --- diff --git a/8.5/paper.tex b/8.5/paper.tex index d347e65..764b985 100644 --- a/8.5/paper.tex +++ b/8.5/paper.tex @@ -385,7 +385,8 @@ The \verb!MatrixFreeOperator! namespace contains implementations of \verb!Matrix The updated step-37 tutorial program makes use of these facilities and explains their usage in detail. Using the matrix-free mass operator, \verb!VectorTools::project! has become much faster than the previous -matrix-based approach and also works in parallel with MPI. +matrix-based approach for elements supported by \verb!MatrixFree! and also +works in parallel with MPI. \subsection{Incompatible changes}