From 6a8d3c3da5fb5e6f374cf0555aa172af38b86c33 Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 7 Dec 2001 14:59:49 +0000 Subject: [PATCH] Several news git-svn-id: https://svn.dealii.org/trunk@5328 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 44 ++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index e63961d9f4..749cc00b71 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -7,7 +7,7 @@ The deal.II news page - + @@ -26,6 +26,21 @@ documentation, etc.

General

    +
  1. + New: Output for OpenDX has + been added. It can be used by choosing output format «dx» (not + yet for grid output). The data format is very basic now, but it + is planned to improve this to make use of the excellent + capabilites of OpenDX.

    +

    + Additionally, a directory contrib/dx has been added, + containing visual programs for OpenDX. Programs for the + existing output of data as a single vector are found in the + subdirectory single. +
    + (GK 2001/12/07) +

    +
  2. Fixed: Previously, the $(INCLUDE) variable in Makefiles included the values of the $INCLUDE environment variable. This is not desirable, since the compiler evaluates that variable @@ -213,10 +228,9 @@ documentation, etc. (WB 2001/09/28)

    -
  3. - New: Vector::operator * is now - templatized, allowing for scalar products of vectors with - different underlying types. +

  4. New: Vector::operator * is now templatized, allowing + for scalar products of vectors with different underlying types.
    (WB 2001/09/27)

    @@ -228,6 +242,26 @@ documentation, etc.

    deal.II

      +
    1. + Improved: Both functions VectorTools::compute_mean_value take ingoing and + outgoing vector types as template arguments. This allows + applying them to BlockVector. +
      + (GK 2001/12/07) +

      + +
    2. + New: GridGenerator has a function + cylinder for cylinders in three + space dimensions. Accoridngly, a class CylinderBoundary has been created. +
      + (GK 2001/12/07) +

      + +
    3. New: FiniteElement::has_support_on_face allows to check -- 2.39.5