From: Timo Heister Date: Fri, 16 Sep 2016 17:45:02 +0000 (-0400) Subject: Merge pull request #3123 from Rombur/time_stepping X-Git-Tag: v8.5.0-rc1~664 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9632cd8c91d30f9dc785c29e108b70b03749f212;p=dealii.git Merge pull request #3123 from Rombur/time_stepping Fix a bug in time stepping method --- 9632cd8c91d30f9dc785c29e108b70b03749f212 diff --cc doc/news/changes.h index d25b5d2b37,215b0dfb6d..c3343d0fa9 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@@ -529,14 -529,12 +529,19 @@@ inconvenience this causes

Specific improvements

    +
  1. Fixed: EmbeddedRungeKutta methods now correctly increase delta_t_guess + when the error is below coarsen_tol. +
    + (Vaibhav Palkar, Bruno Turcksin, 2016/09/16) +
  2. +
  3. Fixed: TrilinosWrappers::MPI::Vector::locally_owned_elements() + now returns the correct IndexSet also if initialized with two + IndexSets. +
    + (Daniel Arndt, 2016/09/16) +
  4. +
  5. New: LinearAlgebra::Vector is now instantiated for float and double.
    (Bruno Turcksin, 2016/09/15)