From: David Wells Date: Tue, 13 May 2025 14:08:07 +0000 (-0400) Subject: Add a changelog entry. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a517361972a039c19a3f436b8f34b663df2526c;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20250511SchwiebertWells b/doc/news/changes/minor/20250511SchwiebertWells new file mode 100644 index 0000000000..1ba336fb43 --- /dev/null +++ b/doc/news/changes/minor/20250511SchwiebertWells @@ -0,0 +1,6 @@ +Improved: GridGenerator::convert_hypercube_to_simplex_mesh() can now split +quadrilaterals into two triangles and hexahedra into six tetrahedra. These +anisotropic splits are useful in contexts where it is important to add as few +new elements as possible. +
+(Kyle Schwiebert, David Wells, 2025/05/11)