From: Wolfgang Bangerth Date: Tue, 14 Sep 2010 16:00:42 +0000 (+0000) Subject: Document fix in FEValuesViews::Vector::curl X-Git-Tag: v8.0.0~5513 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21324302bb37fd7c2d4289fa48e9da420c306172;p=dealii.git Document fix in FEValuesViews::Vector::curl git-svn-id: https://svn.dealii.org/trunk@21960 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 9be996c581..35974ff674 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -251,12 +251,19 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.

deal.II

    +
  1. +

    + Fixed: The method FEValuesViews::Vector::curl aborted the program in 2d under certain + circumstances. This is now fixed. +
    + (Andrea Bonito, WB 2010/09/14) +

  2. Improved: MeshWorker::loop() now uses WorkStream for multithreading
    (GK 2010/09/10)

    - +
  3. Fixed: The method FEValuesViews::SymmetricTensor< 2, dim, spacedim >::get_function_divergences