From: Denis Davydov Date: Wed, 25 May 2016 07:40:47 +0000 (+0200) Subject: add an entry in changes.h for moving auxiliary functions of FESystem X-Git-Tag: v8.5.0-rc1~1015^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2634%2Fhead;p=dealii.git add an entry in changes.h for moving auxiliary functions of FESystem --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 2a623072aa..d9930b91a3 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -255,6 +255,7 @@ inconvenience this causes.

Specific improvements

    +
  1. New: Return value std::vector vertex_mapping for the make_vertex_patches function, including the optional inversion of the vertex mapping. @@ -268,6 +269,12 @@ inconvenience this causes. (Bruno Turcksin, 2016/05/22)
  2. +
  3. Move FESystem's auxiliary functions to FETools and extend them to cover + a non-tensor product case used in the enriched finite element. +
    + (Denis Davydov, 2016/05/20) +
  4. +
  5. New: Added PArpackSolver::reinit() when dealing with BlockVectors.
    (Alberto Sartori, 2016/05/19)