From dfd1519b6d55ef7717f9bfc19c026a0b2c2b332f Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 24 Jun 2024 18:04:31 +0200 Subject: [PATCH] Changelog --- doc/news/changes/minor/20240624Kronbichler | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20240624Kronbichler diff --git a/doc/news/changes/minor/20240624Kronbichler b/doc/news/changes/minor/20240624Kronbichler new file mode 100644 index 0000000000..21298919ee --- /dev/null +++ b/doc/news/changes/minor/20240624Kronbichler @@ -0,0 +1,6 @@ +New: MatrixFree::loop() and MatrixFree::cell_loop() as well as +FEEvaluation/FEFaceEvaluation can now also be used with ArrayView +arguments. This allows to wrap externally managed vectors into the matrix-free +facilities of deal.II. +
+(Martin Kronbichler, 2024/06/24) -- 2.39.5