From b88a492809a9a9fd6ba6eceee548a84a4564cb2e Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 12 Oct 2021 15:10:08 +0200 Subject: [PATCH] Changelog entry --- doc/news/changes/minor/20211012MartinKronbichler | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20211012MartinKronbichler diff --git a/doc/news/changes/minor/20211012MartinKronbichler b/doc/news/changes/minor/20211012MartinKronbichler new file mode 100644 index 0000000000..d2b39a03b2 --- /dev/null +++ b/doc/news/changes/minor/20211012MartinKronbichler @@ -0,0 +1,6 @@ +Improved: PreconditionChebyshev can now run the vector updates on a part of +the vector for better data locality. The prerequisite is an associated +`MatrixType` class to provide a `vmult` class with two `std::function` objects +to specify the operation before and after the matrix-vector product. +
+(Martin Kronbichler, 2021/10/12) -- 2.39.5