From 7de26793f3a4f81c6140008f3a5c2e1bbec7a89e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 9 Apr 2001 09:41:51 +0000 Subject: [PATCH] Fixes from the week-end. git-svn-id: https://svn.dealii.org/trunk@4402 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 292b9fadb4..53c76afad7 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -317,6 +317,26 @@ documentation, etc.

deal.II

    +
  1. + Fixed: When using Neuman boundary functions in the + KellyErrorEstimator class, it was + assumed that the function object had Function::vector_value overloaded, even + in the scalar case. We now use Function::value instead. +
    + (WB 2001/04/09) +

    + +
  2. + New: The various MatrixCreator::create_*_matrix functions + are now using multiple threads to do their work, if the library + is configured to use multithreading. +
    + (WB 2001/04/08) +

    +
  3. New: The following functions are extended to work on arbitrary mappings: -- 2.39.5