From: Guido Kanschat Date: Mon, 13 Nov 2000 14:31:59 +0000 (+0000) Subject: New class FunctionDerivative X-Git-Tag: v8.0.0~19948 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55ed4c5fd43978f514a1ba79f819844797bbd1a8;p=dealii.git New class FunctionDerivative git-svn-id: https://svn.dealii.org/trunk@3484 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 7d5dbfdc64..3497f464d4 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -144,6 +144,14 @@ documentation, etc.

base

    +
  1. + New: Class FunctionDerivative + computes finite difference approximations of a directional + derivative of a Function. +
    + (GK 2000/11/13) +

    +
  2. New: The DataOutBase and DataOutBase::Patch classes have been