From 5c4ea9125c24779caf584d69bcb7ebf75e001e64 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Jan 2025 09:03:44 -0700 Subject: [PATCH] Add a changelog entry. --- .../changes/incompatibilities/20250116Bangerth-2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20250116Bangerth-2 diff --git a/doc/news/changes/incompatibilities/20250116Bangerth-2 b/doc/news/changes/incompatibilities/20250116Bangerth-2 new file mode 100644 index 0000000000..0c54e094c2 --- /dev/null +++ b/doc/news/changes/incompatibilities/20250116Bangerth-2 @@ -0,0 +1,12 @@ +Changed: The function FETools::compute_face_embedding_matrices() used +to take its second argument as a fixed-size (C-style) array of +matrices of size `GeometryInfo::max_children_per_face`. This has +been changed to be an object of type `ArrayView>` +to allow for storage of that array in other ways, say as an object of +type `std::vector>`. To convert old code, you may +have to explicitly call the function with its template arguments, say +as `FETools::compute_face_embedding_matrices +(Wolfgang Bangerth, 2024/01/16) -- 2.39.5