From: Matthias Maier Date: Mon, 11 Jul 2016 14:20:05 +0000 (-0500) Subject: add an news/changes.h entry X-Git-Tag: v8.5.0-rc1~883^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4885f0beed5db8ad6a787a169c9a137da683d468;p=dealii.git add an news/changes.h entry --- 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)