From 55ed4c5fd43978f514a1ba79f819844797bbd1a8 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 13 Nov 2000 14:31:59 +0000 Subject: [PATCH] New class FunctionDerivative git-svn-id: https://svn.dealii.org/trunk@3484 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5