From f9ffc1c1226f05d45243b96b86ac85a6d3fd129f Mon Sep 17 00:00:00 2001 From: Andrew McBride Date: Thu, 9 Sep 2010 09:18:40 +0000 Subject: [PATCH] Update the news git-svn-id: https://svn.dealii.org/trunk@21904 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 b27cdc4ae5..bc6e4340b4 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -252,6 +252,14 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.
    +
  1. +

    + Fixed: The method FEValuesViews::SymmetricTensor< 2, dim, spacedim >::get_function_divergences + incorrectly calculated the divergence. +
    + (Andrew McBride 2010/09/09) +

    +
  2. New: Reimplementation of the parent function in the various DoFCellAccessors so -- 2.39.5