From: Luca Heltai Date: Sat, 25 Jul 2015 10:27:06 +0000 (+0200) Subject: Added entry in changes.h. Closes #1029. X-Git-Tag: v8.3.0-rc2~1^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a18492f2ac2b2e92c8df9222e7d2974c2091bda;p=dealii.git Added entry in changes.h. Closes #1029. Conflicts: doc/news/changes.h --- 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 bc8898b028..14cf7d191d 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.