From 578ce0adcfe9b6dd32f9391548d5a9db34c4a269 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 26 Sep 2014 18:45:11 -0500 Subject: [PATCH] Move an entry to the correct place. A couple of minor updates. --- doc/news/changes.h | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index a649296063..c72d530991 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -115,19 +115,8 @@ inconvenience this causes. Manifold. Now we can use high order mappings that actually follow the geometry also on the interior of codimension zero meshes. -
(Luca Heltai, 2014/09/13) - - -
  • New: Added two optional parameters to TriaAccessor::center() - and a new method TriaAccessor::intermediate_point(). - They allow to query for a - geometrically coherent center, or ask for arbitrary points on the - underlying Manifold, given the dim coordinates in the reference - element. - Triangulation was refactored internally to use the new - TriaAccessor::center() interface when querying for new points.
    - (Luca Heltai, 2014/09/13) + (Luca Heltai, 2014/09/13)
  • New: The new tutorial program step-52 explains how to use the @@ -184,9 +173,11 @@ inconvenience this causes. A new Manifold class was introduced which only contains the interface needed by Triangulation to refine objects, leaving all boundary related functions in the class Boundary, which was made - derived from Manifold.
    + derived from Manifold. +
    This new construction allows for curved interior cells, and custom refinement - strategies. At the moment the following Manifolds are supported: + strategies (see, for example, the new tutorial program step-53). + At the moment the following Manifolds are supported:
    • FlatManifold: This class replaces the old StraightBoundary, and it adds support for periodic @@ -317,6 +308,18 @@ inconvenience this causes. (Wolfgang Bangerth, 2014/09/17)
    • +
    • New: Added two optional parameters to TriaAccessor::center() + and a new method TriaAccessor::intermediate_point(). + They allow to query for a + geometrically coherent center, or ask for arbitrary points on the + underlying Manifold, given the dim coordinates in the reference + element. + Triangulation was refactored internally to use the new + TriaAccessor::center() interface when querying for new points. +
      + (Luca Heltai, 2014/09/13) +
    • +
    • Improved: Optimize construction of high-order FE_Nedelec by moving out some non-essential computations. Namely, construct restriction and prolongation matrices on first request. This reduces time spent in FE_Nedelec constructor -- 2.39.5