From ec9b21668b245805b7cc505de512d9eaea4b9b9e Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 20 Mar 2001 10:47:09 +0000 Subject: [PATCH] New restore(unsigned int step) function (among others) in PersistentTriangulation. git-svn-id: https://svn.dealii.org/trunk@4248 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 79e2966da3..965ffdb989 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -83,8 +83,6 @@ documentation, etc. functionality constitutes a significant improvement of deal.II. Results produced by the new code match those of the old design up to machine precision. -

-
(RH & GK 2001/03/13)

@@ -221,7 +219,6 @@ documentation, etc.
  1. - Removed: The explicite instantiations of SparseMatrix<long double> are removed as a prerelease of gcc3.0 fails to compile it. A user @@ -234,7 +231,8 @@ documentation, etc. (RH 2001/03/14)

    -
  2. New: class

    + New: class BlockMatrixArray<MATRIX> implements a block matrix based on an array of matrix pointers. Since this array may be incomplete, no direct access to entries is @@ -266,6 +264,28 @@ documentation, etc.

    deal.II

      +
    1. + + New: The new function PersistentTriangulation<dim>::restore(unsigned int) allows to restore + the triangulation step by step. +
      + New: Now there exists a function PersistentTriangulation<dim>::clear_flags to allow to re-read_flags without the need of clearing + the triangulation in advance. +
      + New: The new function PersistentTriangulation<dim>::n_refinement_steps returns the number of + refinement steps stored in refine_flags. +
      + (RH 2001/03/20) +

      +
    2. New: GridGenerator::hyper_rectangle creates -- 2.39.5