From 1e28dbe4efd14282a3672cc8df608cb946a8b357 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 16 Aug 2011 00:04:46 +0000 Subject: [PATCH] Move entry to the right place. git-svn-id: https://svn.dealii.org/trunk@24082 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 25db8bea52..3bc5ea2a66 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -91,13 +91,6 @@ changed to use std_cxx1x::_1, std_cxx1x::_2, etc from now on.

General

    -
  1. Extended: GridGenerator::half_hyper_shell() got the option -colorize, which assigns different boundary indicators to the -different parts of the boundary. Added GridGenerator::quarter_hyper_shell() -with the same options. -
    -(Timo Heister, 2011/08/15) -
  2. Extended: Many operations on objects of type Point<0>, Quadrature<0>, etc (including creation) were previously forbidden since such objects do not make @@ -268,6 +261,13 @@ and DoF handlers embedded in higher dimensional space have been added.

    Specific improvements

      +
    1. Extended: GridGenerator::half_hyper_shell() got the option +colorize, which assigns different boundary indicators to the +different parts of the boundary. Added GridGenerator::quarter_hyper_shell() +with the same options. +
      +(Timo Heister, 2011/08/15) +
    2. Fixed: The functions VectorTools::create_boundary_right_hand_side() called with an empty set of boundary_indicators (the default), did not apply any boundary conditions. The empty set now applies it to all boundaries. -- 2.39.5