From b948e917a117d5fe0864097dd0ae9dc607e788db Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Wed, 25 May 2016 09:40:47 +0200 Subject: [PATCH] add an entry in changes.h for moving auxiliary functions of FESystem --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) 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) -- 2.39.5