From b90cd9d2a002561deebdbe81a47fb009c3fe0b1e Mon Sep 17 00:00:00 2001 From: goll Date: Thu, 16 Feb 2012 15:21:53 +0000 Subject: [PATCH] Added the possibility to compute laplacians of a FEFieldFunction. git-svn-id: https://svn.dealii.org/trunk@25102 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 5c3826cf41..d0280c44c5 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -118,6 +118,10 @@ enabled due to a missing include file in file

Specific improvements

    +
  1. Improved: FEFieldFunction allows now for the computation of laplacians. +
    +(Christian Goll, 2012/02/16) +
  2. New: The function IndexSet::fill_binary_vector creates a numerical representation of an IndexSet containing zeros and ones.
    @@ -147,7 +151,10 @@ create collections of finite elements of arbitrary length. (Jason Sheldon, 2012/01/27)
  3. Improved: VectorTools::point_value() now also works within the hp framework. -Fixed: GridTools::find_active_cell_around_point() for the hp-case works now also with MappingCollections containing only one mapping, as is the standard case in other functions using hp. +
    +(Christian Goll, 2012/01/26) + +
  4. Fixed: GridTools::find_active_cell_around_point() for the hp-case works now also with MappingCollections containing only one mapping, as is the standard case in other functions using hp.
    (Christian Goll, 2012/01/26) -- 2.39.5