From: guido Date: Mon, 13 Nov 2000 14:31:59 +0000 (+0000) Subject: New class FunctionDerivative X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0be13b0d88b5b3808adbe47dc304dac565b970c;p=dealii-svn.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