From: bangerth Date: Mon, 4 Aug 2008 20:07:08 +0000 (+0000) Subject: Update web address of the function parser library. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c813b538398c4dc5b329935cefa83a23bbf3cede;p=dealii-svn.git Update web address of the function parser library. git-svn-id: https://svn.dealii.org/trunk@16484 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/function_parser.h b/deal.II/base/include/base/function_parser.h index 7a754ed495..81692c5b85 100644 --- a/deal.II/base/include/base/function_parser.h +++ b/deal.II/base/include/base/function_parser.h @@ -38,7 +38,7 @@ template class Vector; /** * This class implements a function object that gets its value by parsing a * string describing this function. It is a wrapper class for the fparser - * library (see http://www.students.tut.fi/~warp/FunctionParser/). This class + * library (see http://warp.povusers.org/FunctionParse/). This class * lets you evaluate strings such as "sqrt(1-x^2+y^2)" for given values of * 'x' and 'y'. Some of the information contained here is copied verbatim * from the fparser.txt file that comes with the fparser library. Please refer @@ -75,7 +75,7 @@ template class Vector; constants); @endverbatim * - * See http://www.students.tut.fi/~warp/FunctionParser/ for an + * See http://warp.povusers.org/FunctionParse/ for an * explanation on how the underlying library works. * diff --git a/deal.II/doc/license.html b/deal.II/doc/license.html index bbb9e363a7..d95854659e 100644 --- a/deal.II/doc/license.html +++ b/deal.II/doc/license.html @@ -123,9 +123,9 @@ target="_top">UMFPACK. For the license, see UMFPACK. -
  • FunctionParser. For the license see FunctionParser. diff --git a/deal.II/doc/news/5.1.0-vs-5.2.0.html b/deal.II/doc/news/5.1.0-vs-5.2.0.html index 12fe966143..52ccf81802 100644 --- a/deal.II/doc/news/5.1.0-vs-5.2.0.html +++ b/deal.II/doc/news/5.1.0-vs-5.2.0.html @@ -511,8 +511,8 @@ inconvenience this causes.
  • New: Class FunctionParser. Wrapper class for the fparser library (see - - http://www.students.tut.fi/~warp/FunctionParser/). + + http://warp.povusers.org/FunctionParse/).
    (Luca Heltai, 2005/03/07).

    diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 9ee54a982c..18b8192c10 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -240,7 +240,7 @@
    Luca Heltai has contributed code that integrates a third party function + href="http://warp.povusers.org/FunctionParse/">function parser library) that takes a string describing a mathematical function, and returns an object that can be used in all places where function objects are used in deal.II. diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index bab29adefd..1fc2a2f007 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -754,11 +754,11 @@
    FunctionParser
    There is a wrapper for the - FunctionParser + FunctionParser library, which has its own license; if you want to use it with deal.II, please read it and make sure that you agree with it. You can find the license of FunctionParser - here. We + here. We include FunctionParser in the deal.II distributions courtesy of its author, Juha Nieminen.
    @@ -864,7 +864,7 @@ yourself. They are, of course, covered by their own licenses. In addition, deal.II comes with a copy of UMFPACK and one of - FunctionParser, + FunctionParser, courtesy of their authors. UMFPACK and FunctionParser are covered by their own licenses; please refer to their webpages to read them.