From 4885f0beed5db8ad6a787a169c9a137da683d468 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 11 Jul 2016 09:20:05 -0500 Subject: [PATCH] add an news/changes.h entry --- doc/news/changes.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 77355394bf..034632196c 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -150,6 +150,14 @@ inconvenience this causes.

General

    +
  1. Improved: The testsuite now supports fine grained feature constraints + of the form test.with_[feature]_with_[...]=true corresponding + to variables DEAL_II__WITH_[...] exported to + deal.IIConfig.cmake. +
    + (Matthias Maier, 2016/07/11) +
  2. +
  3. New: The library is now compatible with PETSc 3.7.0. Part of this change included adding a new header, petsc_compatibility.h, which provides some version-independent functions for using common PETSc functions. @@ -158,7 +166,7 @@ inconvenience this causes.
  4. New: Added TrilinosWrappers::SolveDirect::Initialize and - TrilinosWrappers::SolverDirect::Solve to solve distributed linear systems + TrilinosWrappers::SolverDirect::Solve to solve distributed linear systems with multiple right hand sides without needing to refactorize the matrix everytime. Also, added unit test for testing the new functionality. (Michael Harmon, 2016/06/30) -- 2.39.5