From faa5dd1f182c01d5d45d9851d70c97cc2e25f44a Mon Sep 17 00:00:00 2001 From: hartmann Date: Wed, 20 Dec 2006 10:43:12 +0000 Subject: [PATCH] Update changes file: new coarsest_level_1, bug fix for patch_level_1. git-svn-id: https://svn.dealii.org/trunk@14266 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index b4b65ee8d3..ba4ba23f2c 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -950,22 +950,39 @@ inconvenience this causes.

deal.II

    +
  1. + Fixed: The Triangulation:: + MeshSmoothing flag patch_level_1 wrongly produced cells + on level 0 during coarsening_and_refinement, which is now fixed. +
    + (RH 2006/12/20) +

    + +
  2. + Extended: There is now a new Triangulation + ::MeshSmoothing flag coarsest_level_1 + which ensures that after coarsening_and_refinement there are no + cells on level 0, i.e. the coarsest level is 1, if the triangulation had + coarsest_level_1 already before. +
    + (RH 2006/12/20) +

  3. Extended: The GridIn class can now read in tecplot files in ASCII format (block and point format, ordered and unstructured grids, format specifiers acccording to Tecplot 10 and younger versions). At the moment the implementation is restricted to 2d grids but can easily be extended to 3d as well. -
    - (Tobias Leicht 2006/12/14) +
    + (Tobias Leicht 2006/12/14)

  4. Extended: So far, the GridReordering::invert_all_cells_of_negative_grid function did nothing in 2d. Now, it inverts cells from clockwise to counterclockwise sense (in the old numbering scheme). -
    - (Tobias Leicht 2006/12/13) +
    + (Tobias Leicht 2006/12/13)

  5. New: There is now a function @@ -974,8 +991,8 @@ inconvenience this causes. to unwanted interior boundaries. In order to reduce the effort of the quadratic algorithm, a list of vertices to be considered can be supplied if available. -
    - (Tobias Leicht 2006/12/13) +
    + (Tobias Leicht 2006/12/13)

  6. New: There is now a function