From: hartmann Date: Thu, 20 Jul 2000 11:31:17 +0000 (+0000) Subject: include missing assertions in FEValuesBase::get_function_* X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8abeec0a23757f645d0d7ddb07cc0cfca56dd316;p=dealii-svn.git include missing assertions in FEValuesBase::get_function_* git-svn-id: https://svn.dealii.org/trunk@3184 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 759effb450..2090fc46db 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -373,6 +373,18 @@
    +
  1. + Fix: Include missing assertions in FEValuesBase::get_function_*. This + uncovers an error in DataOut::build_some_patches that + would have occured (at the latest) after the implementation of + new FiniteElements which shape + values dependent on the geometry of the real cell. +
    + (Ralf Hartmann 2000/07/20) +

    +
  2. New: Class DoFRenumbering now has functions for cell-wise downstream renumbering for @@ -382,6 +394,7 @@ class.
    (GK 2000 Jour de Bastille) +

  3. New: Function VectorTools