From: Wolfgang Bangerth Date: Wed, 19 Nov 2014 02:21:25 +0000 (-0600) Subject: Proof read the changelog file. X-Git-Tag: v8.2.0-rc1~57^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c5d8de9c14c2d7940723b9034bb226faf18e3f;p=dealii.git Proof read the changelog file. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 7e3f8d81ca..941ca73d2b 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -149,8 +149,8 @@ inconvenience this causes. (Wolfgang Bangerth, 2014/09/27) -
  • New: Made MappingQ aware of - Manifold. Now we can use high order mappings that +
  • New: MappingQ is now aware of + Manifold, i.e., we can use high order mappings that actually follow the geometry also on the interior of codimension zero meshes.
    @@ -276,12 +276,12 @@ inconvenience this causes.
  • Changed: The functionparser library bundled with deal.II got replaced - by the muparser library. + by the muparser library.
    (Timo Heister, 2014/02/10)
  • -
  • Changed: It was possible to call DoFAccessor::set_active_fe_index() +
  • Changed: It was possible to call DoFCellAccessor::set_active_fe_index() on non-active cells. However, this made no sense: Since degrees of freedoms only exist on active cells for hp::DoFHandler (i.e., there is currently no implementation @@ -359,7 +359,7 @@ inconvenience this causes. meshes. GridTools::distort_random now works for distributed meshes and hanging nodes in 3D as well.
    - (Fahad Alrashed, 2014/11/09) + (Daniel Arndt, 2014/11/06)
  • New: TableHandler objects can be cleared - i.e. reset to a @@ -368,14 +368,6 @@ inconvenience this causes. (Fahad Alrashed, 2014/11/09)
  • -
  • New: GridTools::communicate_locally_moved_vertices allows to - update vertex positions that have been moved just locally on distributed - meshes. GridTools::distort_random now works for distributed meshes and - hanging nodes in 3D as well. -
    - (Daniel Arndt, 2014/11/06) -
  • -
  • New: The FE_Nothing class now has a second template argument corresponding to the space dimension in which the mesh is embedded, like many other classes. This allows to use this element in codimension @@ -538,9 +530,7 @@ inconvenience this causes. (Wolfgang Bangerth, 2014/08/07)
  • -
  • New: Added FunctionManifold descritpion. -
    - This class allows arbitrary manifold descriptions, in which you have +
  • New: The new class FunctionManifold 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 @@ -549,7 +539,7 @@ inconvenience this causes. (Luca Heltai, 2014/08/07)
  • -
  • New: Added CylindricalManifold descritpion. +
  • New: Added CylindricalManifold description.
    This class allows refinement of cylindrical manifolds. It is a good companion for GridGenerator::cylinder() and the perfect companion @@ -693,10 +683,10 @@ inconvenience this causes. (Guido Kanschat, 2014/06/23)
  • -
  • New: Functions DoFTools::extract_locally_relevant_dofs(), - parallel::distributed::refine_and_coarsen_fixed_number() and - parallel::distributed::refine_and_coarsen_fixed_fraction() are - now also instantiation for objects of codimension 1. +
  • New: %Functions DoFTools::extract_locally_relevant_dofs(), + parallel::distributed::GridRefinement::refine_and_coarsen_fixed_number() and + parallel::distributed::GridRefinement::refine_and_coarsen_fixed_fraction() are + now also instantiated for objects of codimension 1.
    (Michal Wichrowski, 2014/06/15)
  • @@ -728,7 +718,7 @@ inconvenience this causes. (Guido Kanschat, 2014/06/03) -
  • Improved: ThetaTimestepping and other operators now use AnyData +
  • Improved: Algorithms::ThetaTimestepping and other operators now use AnyData to communicate with operators they rely on. This way, time step data can be forwarded using the same mechanism, and no complicated back access to member data is required @@ -837,7 +827,7 @@ inconvenience this causes. (Giorgos Kourakos, Timo Heister, Wolfgang Bangerth, 2014/04/14)
  • -
  • Changed: TableBase now uses AlignedVector for storing data +
  • Changed: TableBase now uses AlignedVector for storing data instead of std::vector, which allows its use for VectorizedArray data fields which require more alignment.
    @@ -859,7 +849,7 @@ inconvenience this causes. (Timo Heister, 2014/04/08)
  • -
  • New: GridTools::laplace_transform() now takes an addition, optional +
  • New: GridTools::laplace_transform() now takes an additional, optional parameter that indicates the "stiffness" of the mapping.
    (Denis Davydov, Jean-Paul Pelteret, 2014/04/07) @@ -965,7 +955,7 @@ inconvenience this causes.
    (Wolfgang Bangerth, 2014/02/08) -
  • New: ThreadLocalStorage::clear() clears out all objects allocated on the +
  • New: Threads::ThreadLocalStorage::clear() clears out all objects allocated on the current and all other threads.
    (Wolfgang Bangerth, 2014/02/06)