From f58f9edea70f2c46eda338594b71327dc8502158 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 26 Jul 2015 17:48:18 -0400 Subject: [PATCH] move changelog entries that went into 8.3 --- doc/news/8.2.1-vs-8.3.0.h | 15 +++++++++++++++ doc/news/changes.h | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/news/8.2.1-vs-8.3.0.h b/doc/news/8.2.1-vs-8.3.0.h index c1b0d35e4d..6949126bf5 100644 --- a/doc/news/8.2.1-vs-8.3.0.h +++ b/doc/news/8.2.1-vs-8.3.0.h @@ -393,6 +393,13 @@ inconvenience this causes.
    +
  1. New: IndexSet now can be constructed using Epetra_Map. + All constructors of TrilinosWrappers::SparseMatrix which use Epetra_Map + were marked deprecated. +
    + (Luca Heltai, 2015/07/25) +
  2. +
  3. New: Added the class Functions::Polynomial for representation of polynomials. The new class is derived from the Function class.
    @@ -548,6 +555,14 @@ inconvenience this causes.
      +
    1. New: VectorTools::get_position_vector now works with arbitrary + FESystems, provided that the geometrical components are primitive, + and that you provide a component mask to select what components of + the finite element to use for the geometrical interpolation. +
      + (Luca Heltai, 2015/07/25) +
    2. +
    3. Fixed: parallel::distributed::refine_and_coarsen_fixed_fraction() in rare circumstances decided to not refine any cells at all, even if the refinement threshold was nonzero. This is now fixed. diff --git a/doc/news/changes.h b/doc/news/changes.h index 60173d85c1..e23d601b34 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -64,14 +64,6 @@ inconvenience this causes.
        -
      1. New: IndexSet now can be constructed using Epetra_Map. - All constructors of TrilinosWrappers::SparseMatrix which use Epetra_Map - were marked deprecated. -
        - (Luca Heltai, 2015/07/25) -
      2. - -
      3. New: IndexSet now implements iterators.
        (Timo Heister, 2015/07/12) @@ -88,13 +80,6 @@ inconvenience this causes.
          -
        1. New: VectorTools::get_position_vector now works with arbitrary - FESystems, provided that the geometrical components are primitive, - and that you provide a component mask to select what components of - the finite element to use for the geometrical interpolation. -
          - (Luca Heltai, 2015/07/25) -
        2. New: FESystem now does some work in parallel if your system has multiple processors. -- 2.39.5