From 22ff584203005b08be4523b3825068141a0d2fc5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 26 Mar 2024 17:29:49 -0600 Subject: [PATCH] Add a changelog entry. --- .../changes/incompatibilities/20240326Bangerth | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20240326Bangerth diff --git a/doc/news/changes/incompatibilities/20240326Bangerth b/doc/news/changes/incompatibilities/20240326Bangerth new file mode 100644 index 0000000000..976bac0687 --- /dev/null +++ b/doc/news/changes/incompatibilities/20240326Bangerth @@ -0,0 +1,14 @@ +Removed: The Tensor<0,dim> template had functions `begin_raw()` and +`end_raw()`, which had been deprecated for a couple of releases +already. They have been removed now. +
+Furthermore, the corresponding functions for the general +Tensor template have been deprecated. They can still be used +for the time being, but only for the specific case `rank==1`. This is +because the underlying assumption of these functions is that tensors +store their elements in memory in a contiguous fashion, but that is +only true for the case `rank==1`. Similarly, the `make_array_view()` +function that takes tensors as input has been marked as deprecated, +and can only be used for rank-1 tensors from now on. +
+(Wolfgang Bangerth, 2024/03/26) -- 2.39.5