From 9a517361972a039c19a3f436b8f34b663df2526c Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 13 May 2025 10:08:07 -0400 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20250511SchwiebertWells | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20250511SchwiebertWells 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) -- 2.39.5