From e0a6d3d655b5d1ab657a84b6459ab8f55ddd48a0 Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 31 May 2005 19:45:23 +0000 Subject: [PATCH] Documented last changes. git-svn-id: https://svn.dealii.org/trunk@10797 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index bfcb9a9c39..5d6c5618a9 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -420,6 +420,26 @@ inconvenience this causes.

deal.II

    +
  1. + New: The DataOut + now supports Eulerian Mappings. If a solution is computed + on a deformed mesh, the output file generated by the DataOut + now shows the solution also on the deformed mesh. This + is an option and requires the mapping to be specified as + additional parameter to build_patches. +
    + (Oliver Kayser-Herold, 2005/05/31) +

    + +
  2. + New: The MappingQ1Eulerian + can now cope with different vector types fot the Euler vector. + This is useful if it should be used with the PetSC wrapper classes. + The desired vector type can be specified as template parameter. +
    + (Oliver Kayser-Herold, 2005/05/31) +

    +
  3. New: The FE_RaviartThomasNodal implements Raviart-Thomas elements using function values in -- 2.39.5