From: Wolfgang Bangerth Date: Mon, 20 Apr 2015 01:39:12 +0000 (-0500) Subject: Move Matthias's changelog entry to the right place. X-Git-Tag: v8.3.0-rc1~233^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ea362f4694af712c09c5e11620e104cae5a857;p=dealii.git Move Matthias's changelog entry to the right place. --- 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.