From 443fadb311f0c06a8e8fda60a27c8264cf5141b8 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 11 Mar 2005 23:05:40 +0000 Subject: [PATCH] New GeometryInfo::line_to_cell_vertices, face_to_cell_lines face_to_cell_vertices functions. Re-implementation of create_triangulation functions independent of conventions for numbering of vertices, lines and faces. git-svn-id: https://svn.dealii.org/trunk@10105 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 47 +++++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index f9bcf44139..b351e2cc7e 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -131,11 +131,9 @@ inconvenience this causes. New: Class FunctionParser. Wrapper class for the fparser library (see - http://www.students.tut.fi/~warp/FunctionParser/. - (Luca Heltai, 2005/03/07). - + http://www.students.tut.fi/~warp/FunctionParser/).
- (GK, 2005/03/02) + (Luca Heltai, 2005/03/07).

  • @@ -166,7 +164,6 @@ inconvenience this causes.

  • New: The PreconditionRichardson implements a Richardson preconditioner. -
    (GK, 2005/03/10)

    @@ -212,6 +209,46 @@ inconvenience this causes.

    deal.II

      +
    1. + Improved: By employing the new GeometryInfo::line_to_cell_vertices, GeometryInfo::face_to_cell_vertices and GeometryInfo::face_to_cell_lines functions the Triangulation::create_triangulation functions are now + implemented independent of given conventions for the numbering + of vertices, lines and faces. +
      + (RH, 2005/03/11) +

      + +
    2. + New: The new GeometryInfo::line_to_cell_vertices function maps line + vertex numbers to cell vertex numbers. +
      + (RH, 2005/03/11) +

      + +
    3. + New: The new GeometryInfo::face_to_cell_lines function maps face + line numbers to cell line numbers. +
      + (RH, 2005/03/11) +

      + +
    4. + New: The new GeometryInfo::face_to_cell_vertices function maps face + vertex numbers to cell vertex numbers. +
      + (RH, 2005/03/11) +

      +
    5. Fixed: There was a bug in the KellyErrorEstimator class that resulted in -- 2.39.5