]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add a changelog entry
authorMatthias Maier <tamiko@43-1.org>
Sat, 20 Feb 2021 00:46:55 +0000 (18:46 -0600)
committerMatthias Maier <tamiko@43-1.org>
Sat, 20 Feb 2021 00:46:55 +0000 (18:46 -0600)
doc/news/changes/minor/202119Maier [new file with mode: 0644]

diff --git a/doc/news/changes/minor/202119Maier b/doc/news/changes/minor/202119Maier
new file mode 100644 (file)
index 0000000..c5aab3f
--- /dev/null
@@ -0,0 +1,6 @@
+Added: A multidimensional array dealii::ndarray that allows one to
+conveniently create "stacked" std::array objects that model a
+multidimensional array. `dealii::ndarray<double, 1, 2, 3, 4>` for example
+is a short-hand for `std::array<std::array<std::array<std::array<double, 4>, 3>, 2>, 1>`.
+<br>
+(Matthias Maier, 2021/02/19)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.