From 9c9dcedcfc5da1193232c149c26a3ac1d1cadb29 Mon Sep 17 00:00:00 2001 From: oliver Date: Fri, 3 Jun 2005 15:12:09 +0000 Subject: [PATCH] Added a comment for the changes in MatrixCreator and VectorTools. git-svn-id: https://svn.dealii.org/trunk@10832 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 5d6c5618a9..5074fa5fd6 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -420,6 +420,20 @@ inconvenience this causes.

deal.II

    +
  1. + New: The method create_mass_matrix + in class MatrixCreator can now handle + vector valued finite elements. A similar change was applied + to create_right_hand_side and + create_boundary_right_hand_side + in VectorTools. These two changes + now make the project work also + for Raviart-Thomas elements and other vector valued FEs. This + is very useful, if some initial conditions have to be specified. +
    + (Oliver Kayser-Herold, 2005/06/03) +

    +
  2. New: The DataOut now supports Eulerian Mappings. If a solution is computed -- 2.39.5