From: Denis Davydov
Date: Thu, 17 Dec 2015 15:58:36 +0000 (+0100)
Subject: slepc: add an entry in changes.h
X-Git-Tag: v8.4.0-rc2~114^2~3
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8433c9e8fc82f5699d96ce08656d00d134f9ffc;p=dealii.git
slepc: add an entry in changes.h
---
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)