From a8433c9e8fc82f5699d96ce08656d00d134f9ffc Mon Sep 17 00:00:00 2001
From: Denis Davydov
Date: Thu, 17 Dec 2015 16:58:36 +0100
Subject: [PATCH] slepc: add an entry in changes.h
---
doc/news/changes.h | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/news/changes.h b/doc/news/changes.h
index 1e494ea583..ee06971fe1 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -38,6 +38,16 @@ inconvenience this causes.
+ - Rework: SLEPcWrappers were reworked to allow usage of PETSc solvers
+ and preconditioners inside SLEPc's eigensolvers. To that end extra methods
+ were introduced to PETSc wrappers. Moreover, initialisation of the
+ underlying SLEPc objects is now done inside constructors of the wrapper
+ classes. As a result, one has to provide an MPI communicator to the constructors of
+ spectral transformation classes.
+
+ (Denis Davydov, 2015/12/29).
+
+
- Removed the deprecated Operator class in the Algorithms namespace.
(Timo Heister, 2015/12/21)
--
2.39.5