From: Matthias Maier Date: Wed, 6 Jul 2016 20:45:40 +0000 (-0500) Subject: add a changes.h entry X-Git-Tag: v8.5.0-rc1~879^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2756%2Fhead;p=dealii.git add a changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 694cc22ace..0e53045322 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -157,10 +157,18 @@ inconvenience this causes. (David Wells, 2016/07/07) +
  • Refactored: The contrib/ directory has been cleaned up and the + Parameter GUI has be reloacted into its own repository: + https://github.com/dealii/parameter_gui +
    + (Matthias Maier, Timo Heister, 2016/07/06) +
  • +
  • New: Added TrilinosWrappers::SolveDirect::Initialize and 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)