From 1be30fd8a65da338fa2208cf7a71b136d02c33ef Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 1 Dec 2012 17:18:05 +0000 Subject: [PATCH] update changes.h git-svn-id: https://svn.dealii.org/trunk@27719 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index ec306a6bdc..278eb76be1 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -108,6 +108,15 @@ never working correctly and it is not used.
    + +
  1. Improved GridTools::make_periodicity_constraints substantially: +The low level interface now allows to specify a face orientation that +will be used when matching and constraining DoFs for periodic boundary +conditions. With that, the high level interface will work correctly on +(mainly 3d) grids that have cells in non standard orientation. +
    +(Matthias Maier, 2012/12/01) +
  2. The class Utilities::MPI::MPI_InitFinalize now also initializes PETSc, when PETSc is installed.
    @@ -154,6 +163,10 @@ DoFHandler, in particular removal of specializations.

    Specific improvements

      +
    1. Bugfix: Fix GeometryInfo<2>::child_cell_on_face to respect face_flip +
      +(Matthias Maier, 2012/12/01) +
    2. New: There is now a version of DoFTools::make_zero_boundary_constraints() that accepts a boundary indicator as argument.
      -- 2.39.5