From 334ab3e2f93bffb398ee733dc260116b16e536e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 3 Sep 2014 14:46:23 -0500 Subject: [PATCH] Move a couple of entries in the changelog to their correct place. --- doc/news/changes.h | 76 +++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 2f67d3a09d..b1a6b04576 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -122,24 +122,6 @@ inconvenience this causes. (Wolfgang Bangerth, 2014/08/19) -
  • New: There is now a GridGenerator::flatten_triangulation() - taking a Triangulation as input and returning - a Triangulation as output. The output - triangulation will contain a single level with all active - cells of the input triangulation, and will be topologically - equivalent to the input triangulation. If the two spacedimensions - are equal, then this function will copy the triangulation - removing all levels, e.g., flattening it. If the two spacedimensions - are different, then this function will copy the vertices only - up to the smallest spacedimension parameter.
    - Using this function, you can create a Triangulation<2,3> from - a Triangulation<2,2> or project to the plane z=0 your - Triangulation<2,3>. No checks are performed on the validity of - the resulting Triangulation. -
    - (Luca Heltai, 2014/08/19) -
  • -
  • Fixed: Newer versions of GCC (e.g. 4.9.x) are no longer compatible with BOOST 1.46. Consequently, the CMake scripts now require at least BOOST 1.48 in order to use a BOOST version found on the system. If no @@ -156,26 +138,6 @@ inconvenience this causes. (Wolfgang Bangerth, 2014/08/14)
  • -
  • New: Added FunctionManifold descritpion. -
    - This class allows arbitrary manifold descriptions, in which you have - an explicit Function for the ManifoldChart::push_forward() - method, and an explicit Function for ManifoldChart::pull_back() - method (or an expression for both). In these cases, you can construct a - Manifold description on the fly. -
    - (Luca Heltai, 2014/08/07) -
  • - -
  • New: Added CylindricalManifold descritpion. -
    - This class allows refinement of cylindrical manifolds. It is a good - companion for GridGenerator::cylinder() and the perfect companion - for GridGenerator::cylinder_shell(). -
    - (Luca Heltai, 2014/08/06) -
  • -
  • New: Added support for curved interior cells for all Triangulation dimensions.
    @@ -310,6 +272,24 @@ inconvenience this causes. (Alexander Grayver, 2014/08/22)
  • +
  • New: There is now a GridGenerator::flatten_triangulation() + taking a Triangulation as input and returning + a Triangulation as output. The output + triangulation will contain a single level with all active + cells of the input triangulation, and will be topologically + equivalent to the input triangulation. If the two spacedimensions + are equal, then this function will copy the triangulation + removing all levels, e.g., flattening it. If the two spacedimensions + are different, then this function will copy the vertices only + up to the smallest spacedimension parameter.
    + Using this function, you can create a Triangulation<2,3> from + a Triangulation<2,2> or project to the plane z=0 your + Triangulation<2,3>. No checks are performed on the validity of + the resulting Triangulation. +
    + (Luca Heltai, 2014/08/19) +
  • +
  • Changed: The functions GridTools::extract_boundary_mesh() and GridTools::create_union_triangulation() have been moved to GridGenerator::extract_boundary_mesh() and @@ -346,6 +326,26 @@ inconvenience this causes. (Wolfgang Bangerth, 2014/08/07)
  • +
  • New: Added FunctionManifold descritpion. +
    + This class allows arbitrary manifold descriptions, in which you have + an explicit Function for the ManifoldChart::push_forward() + method, and an explicit Function for ManifoldChart::pull_back() + method (or an expression for both). In these cases, you can construct a + Manifold description on the fly. +
    + (Luca Heltai, 2014/08/07) +
  • + +
  • New: Added CylindricalManifold descritpion. +
    + This class allows refinement of cylindrical manifolds. It is a good + companion for GridGenerator::cylinder() and the perfect companion + for GridGenerator::cylinder_shell(). +
    + (Luca Heltai, 2014/08/06) +
  • +
  • New: TrilinosWrappers::PreconditionAMG can now be initialized from an object of type Epetra_RowMatrix, which allows using it with more arbitrary matrix objects, including matrix-free methods. -- 2.39.5