From 33b7580296d371b6aa0b7251bf04357e3f275cd2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 7 Dec 2010 04:00:51 +0000 Subject: [PATCH] Move entries to their correct section. Remove entry on step-38 for now since it isn't quite finished yet. git-svn-id: https://svn.dealii.org/trunk@22934 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 42 ++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index c08db3a93b..80225f8ef4 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -94,30 +94,6 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.

General

    -
  1. New: When computing errors using - VectorTools::integrate_difference in codimension one problems, if - you specified a norm that requires the computation of the gradients, - you'd get in trouble, because on codimension one manifolds we only - have information on the tangential gradient. This is now - fixed, by discarding the normal component of the provided function, - before computing the difference with the finite element function. -
    - (Luca Heltai, 2010/12/05) -

  2. - -
  3. New: We now have a new tutorial program (step-38), written by - Andrea Bonito, to compute the Laplace Beltrami operator on - a half sphere. -
    (Luca Heltai, 2010/12/03) -

  4. - -
  5. New: Added a new constructor for PETScWrappers::Vector that takes - an existing PETSc Vec that was created by the user and is only wrapped for - usage. -
    - (TH, 2010/12/03) -

  6. -
  7. Updated: The version of the Threading Building Blocks (TBB) shipped with deal.II has been updated to release 3.0 Update 3 (Commercially aligned version). @@ -360,6 +336,13 @@ independent of the dimension.

    lac

      +
    1. New: Added a new constructor for PETScWrappers::Vector that takes + an existing PETSc Vec that was created by the user and is only wrapped for + usage. +
      + (TH, 2010/12/03) +

    2. +
    3. New: When Hypre is available as a sub-package of PETSc, the new class PETScWrappers::PreconditionBoomerAMG provides the BoomerAMG implementation of the algebraic multigrid method of the Hypre package as a preconditioner. @@ -410,6 +393,17 @@ independent of the dimension.

      deal.II

        +
      1. New: When computing errors using + VectorTools::integrate_difference in codimension one problems, if + you specified a norm that requires the computation of the gradients, + you'd get in trouble, because on codimension one manifolds we only + have information on the tangential gradient. This is now + fixed, by discarding the normal component of the provided function, + before computing the difference with the finite element function. +
        + (Luca Heltai, 2010/12/05) +

      2. +
      3. New: The VectorTools::interpolate_boundary_values function can now also be used to interpolate boundary values on meshes embedded in a higher dimensional space. -- 2.39.5