From: wolf Date: Mon, 9 Apr 2001 09:41:51 +0000 (+0000) Subject: Fixes from the week-end. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063f9a5688d3364c6b7cabb0033a7f41ec261d20;p=dealii-svn.git Fixes from the week-end. git-svn-id: https://svn.dealii.org/trunk@4402 0785d39b-7218-0410-832d-ea1e28bc413d --- 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: