From: Wolfgang Bangerth Date: Thu, 9 Feb 2023 23:14:23 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: v9.5.0-rc1~526^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9c080e70898dbdfb06b4574a3d3c7ac4d735b15;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20230209Bangerth b/doc/news/changes/minor/20230209Bangerth new file mode 100644 index 0000000000..7191eabeb6 --- /dev/null +++ b/doc/news/changes/minor/20230209Bangerth @@ -0,0 +1,5 @@ +New: The function ReferenceCell::face_vertex_location() allows +translating between the vertices of faces of cells and the coordinate +system of the cell itself. +
+(Wolfgang Bangerth, 2023/02/09)