From c0be13b0d88b5b3808adbe47dc304dac565b970c Mon Sep 17 00:00:00 2001 From: guido 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