From: Wolfgang Bangerth Date: Mon, 27 Jan 2025 22:01:26 +0000 (-0700) Subject: Add a changelog entry. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c9cdfde88ad6ad190705cea6b10ceb1fe352d5;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20250127Bangerth b/doc/news/changes/minor/20250127Bangerth new file mode 100644 index 0000000000..7693e7ac65 --- /dev/null +++ b/doc/news/changes/minor/20250127Bangerth @@ -0,0 +1,8 @@ +Fixed: When checking whether a particle is in a specific cell, +ParticleHandler always assumed that the cell is a quadrilateral or +hexahedron. This is of course correct if the mesh only contains such +cells, but is wrong if you are working on simplex or mixed meshes and +sometimes led to putting particles into the wrong cells. This is now +fixed. +
+(Wolfgang Bangerth, Bruno Blais, 2025/01/27)