From b3d64e1fe9b5830a90d9e6820a4ac5cf01c9021f Mon Sep 17 00:00:00 2001 From: luca Date: Thu, 31 Mar 2005 09:32:29 +0000 Subject: [PATCH] Function parser bug correction and string parsing for vector valued functions. git-svn-id: https://svn.dealii.org/trunk@10329 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 4b772d8b93..66c1ef43cb 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -151,6 +151,16 @@ inconvenience this causes.

base

    +
  1. + Fixed: The class FunctionParser had a bug that prevented it + to function properly with non vector valued functions. This is now + fixed. In addition now the class can parse a string with + semicolons in it to generate a vector valued function from it. +
    + (Luca Heltai, 2005/03/31) +

    +
  2. New: The new function double_contract contracts two tensors of -- 2.39.5