From 8253c73f00f549652b464057b5baf1a8a0f5a9a0 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 6 Jul 2016 15:45:40 -0500 Subject: [PATCH] add a changes.h entry --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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)
  • -- 2.39.5