From 21324302bb37fd7c2d4289fa48e9da420c306172 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 14 Sep 2010 16:00:42 +0000 Subject: [PATCH] Document fix in FEValuesViews::Vector::curl git-svn-id: https://svn.dealii.org/trunk@21960 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 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 -- 2.39.5