From 3631b5700cad0b9e96b55df57ed092b2f4e3cf74 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 20 Apr 2001 10:07:17 +0000 Subject: [PATCH] Vertex numbers should be 1-based also in the GridOut::write_ucd_faces function git-svn-id: https://svn.dealii.org/trunk@4458 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/3.1.0-vs-3.1.1.html | 11 +++++++++++ deal.II/doc/news/2001/c-3-1.html | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html index c8a343f19b..d0ae668668 100644 --- a/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html +++ b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html @@ -14,6 +14,17 @@

Changes between versions 3.1 and 3.1.1

    +
  1. + Fixed: The vertex numbers written by the GridOut::write_ucd_faces function are now also + 1-based. This, to be consistent with the vertex numbers given + by the GridOut::write_ucd function. +
    + (RH 2001/04/20) +

    +
  2. Fixed: the DoFRenumbering::Cuthill_McKee function diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 12c9fa230b..6fefb46dc0 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -313,6 +313,17 @@ documentation, etc.

    deal.II

      +
    1. + Fixed: The vertex numbers written by the GridOut::write_ucd_faces function are now also + 1-based. This, to be consistent with the vertex numbers given + by the GridOut::write_ucd function. +
      + (RH 2001/04/20) +

      +
    2. Extended: the DerivativeApproximation class now also -- 2.39.5