From: David Wells Date: Tue, 12 Jul 2016 14:06:54 +0000 (-0400) Subject: Merge pull request #2756 from tamiko/clean_up_contrib X-Git-Tag: v8.5.0-rc1~879 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a388cd131114f8a97a7570d4d59eacf11d7adb28;p=dealii.git Merge pull request #2756 from tamiko/clean_up_contrib Clean up contrib/*, split parameter_gui into own repository --- a388cd131114f8a97a7570d4d59eacf11d7adb28 diff --cc doc/news/changes.h index 034632196c,0e53045322..7897b8d56a --- a/doc/news/changes.h +++ b/doc/news/changes.h @@@ -165,10 -157,18 +165,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 + 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)