From: Ralf Hartmann Date: Mon, 19 Dec 2005 16:10:27 +0000 (+0000) Subject: Doc of changes at 2005/12/15. X-Git-Tag: v8.0.0~12770 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f84684a952398b692c047a76ff130ee0c9ea1de7;p=dealii.git Doc of changes at 2005/12/15. git-svn-id: https://svn.dealii.org/trunk@11876 0785d39b-7218-0410-832d-ea1e28bc413d --- 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