From 78359fee8ff76b312ad79ec3c5493416830ce592 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 20 Jul 2000 12:06:12 +0000 Subject: [PATCH] more doc for including missing assertions. git-svn-id: https://svn.dealii.org/trunk@3185 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 2090fc46db..5ac6f183c3 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -373,14 +373,19 @@
    -
  1. +

  2. 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. + class="member">FEValuesBase::get_function_*. If an ExcAccessToUninitializedField is thrown + then probably an update_values or + update_gradients is missing in the + UpdateFlags of an used FEValues. These assertions already + uncovered an error in DataOut::build_some_patches; an + error that would have occured after the implementation of new + FiniteElements whose shape values + depend on the geometry of the real cell.
    (Ralf Hartmann 2000/07/20)

    -- 2.39.5