From: Denis Davydov Date: Sat, 27 Feb 2016 02:59:54 +0000 (+0100) Subject: add an entry to changes.h X-Git-Tag: v8.5.0-rc1~1279^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cac05f6d55f35df80d0b22a064a8eaa25c19ddaa;p=dealii.git add an entry to changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 1f84ee4d2d..4c1614787b 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,6 +38,12 @@ inconvenience this causes.

    +
  1. Changed: Many functions in VectorTools and MatrixTools now require + matching data types between vectors, matrices, and Function arguments. +
    + (Denis Davydov, 2016/02/27) +
  2. +
  3. Changed: ConstraintMatrix::distribute_local_to_global() and numerous functions in VectorTools namespace now require matching data types. This is done to correctly handle complex-valued case.