From d2ea362f4694af712c09c5e11620e104cae5a857 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 19 Apr 2015 20:39:12 -0500 Subject: [PATCH] Move Matthias's changelog entry to the right place. --- doc/news/changes.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index b955d28707..a55cf26617 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -481,14 +481,6 @@ inconvenience this causes. (Zhen Tao, Arezou Ghesmati, Wolfgang Bangerth, 2015/04/17) -
  • New: TrilinosWrappers::BlockSparseMatrix now has member functions - TrilinosWrappers::BlockSparseMatrix::domain_paritioner() and - TrilinosWrappers::BlockSparseMatrix::range_partitioner() that return a - vector of the underlying block Epetra_Map. -
    - (Matthias Maier, 2015/04/08) -
  • -
  • Fixed: The class SymmetricTensor<2,dim> is now usable also for dim>3.
    (Martin Kronbichler, 2015/04/14) @@ -516,6 +508,14 @@ inconvenience this causes. (Luca Heltai, 2015/04/11)
  • +
  • New: TrilinosWrappers::BlockSparseMatrix now has member functions + TrilinosWrappers::BlockSparseMatrix::domain_paritioner() and + TrilinosWrappers::BlockSparseMatrix::range_partitioner() that return a + vector of the underlying block Epetra_Map. +
    + (Matthias Maier, 2015/04/08) +
  • +
  • New: A new MappingFEField() class has been added to the library that generalizes MappingQEulerian to allow arbitrary FiniteElements.
    -- 2.39.5