From 5147cdf37f1316d43f5e583c8849b71b9a7f1337 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 9 Feb 2011 14:27:12 +0000 Subject: [PATCH] Document previous patch. git-svn-id: https://svn.dealii.org/trunk@23310 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 5871044557..b8b1095e10 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -78,6 +78,14 @@ should be fixed now.

Specific improvements

    +
  1. Fixed: When refining a mesh with codimension one, edges were refined using +the same manifold description as adjacent cells, but this ignored that a +boundary indicator might have been purposefully set for edges that are truly at +the boundary of the mesh. For such edges, the boundary indicator is now honored. +
    +(M. Sebastian Pauletti, Wolfgang Bangerth, 2011/02/09) +
  2. +
  3. Fixed: The functions VectorTools::compute_mean_value and VectorTools::integrate_difference now also work for distributed triangulations of type parallel::distributed::Triangulation. -- 2.39.5