From f84684a952398b692c047a76ff130ee0c9ea1de7 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 19 Dec 2005 16:10:27 +0000 Subject: [PATCH] Doc of changes at 2005/12/15. git-svn-id: https://svn.dealii.org/trunk@11876 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/anisotropic.html | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/deal.II/doc/news/anisotropic.html b/deal.II/doc/news/anisotropic.html index 24fe2b4be7..73a768d254 100644 --- a/deal.II/doc/news/anisotropic.html +++ b/deal.II/doc/news/anisotropic.html @@ -160,6 +160,40 @@ refinement.

deal.II

    +
  1. + Extended: The CellAccessor<dim>::neighbor_of_neighbor function is now + extended to anisotropic refinement. +
    + (RH 2005/12/15) +

    + +
  2. + Extended: The TriaAccessor<1>::operator == function is now overloaded by + TriaObjectAccessor<1,dim> for + dim>1 to allow the identification of a line with + its duplicate. +
    + (RH 2005/12/15) +

    + +
  3. + Extended (internal): Lines on level>0 have always + been stored pairwise. In order to allow the creation of + duplicate lines we now also allow storage of single lines. The + TriangulationLevel<1>::reserve_space function now takes an + additional n_consecutive_lines parameter which + allows to create new single as well as pairs for lines + (n_consecutive_lines=1 or + n_consecutive_lines=1, respectively. +
    + (RH 2005/12/15) +

    +
  4. Changed: When allowing anisotropic refinement it cannot be garantueed that all children of a cell are stored in -- 2.39.5