From: Peter Munch Date: Tue, 18 May 2021 17:40:44 +0000 (+0200) Subject: FEPointEvaluation: add change-log entry X-Git-Tag: v9.3.0-rc1~42^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a487f37ac58709ff1a71e42cdff171b66527aa;p=dealii.git FEPointEvaluation: add change-log entry --- diff --git a/doc/news/changes/major/20210518Kronbichler b/doc/news/changes/major/20210518Kronbichler new file mode 100644 index 0000000000..d12a2f7f56 --- /dev/null +++ b/doc/news/changes/major/20210518Kronbichler @@ -0,0 +1,7 @@ +New: The class FEPointEvaluation provides an interface to the evaluation of +interpolated solution values and gradients on cells on arbitrary reference +point positions. These points can change from cell to cell, both with +respect to their quantity as well to the location. The two typical use +cases are evaluations on non-matching grids and particle simulations. +
+(Martin Kronbichler, 2021/05/18)