From: Wolfgang Bangerth Date: Mon, 29 Apr 2019 07:01:27 +0000 (+0200) Subject: Update doc/news/changes/major/20190425RolandRichter X-Git-Tag: v9.1.0-rc1~163^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721fea2a2a11befa3e4f87c086b8968c7d99df48;p=dealii.git Update doc/news/changes/major/20190425RolandRichter Co-Authored-By: anates --- diff --git a/doc/news/changes/major/20190425RolandRichter b/doc/news/changes/major/20190425RolandRichter index 7477577a75..4cc8d2e355 100644 --- a/doc/news/changes/major/20190425RolandRichter +++ b/doc/news/changes/major/20190425RolandRichter @@ -1,3 +1,5 @@ -New: The tutorial examples now all use an interpolation formula with a degree depending on the degree of the finite element, which can be changed dynamically. +New: The tutorial examples now all use a quadrature formula with a degree depending on the degree of the +finite element, so that one changing the finite element degree does not also require changing by hand the number +of quadrature points.
(Roland Richter, 2019/04/25)