/**
* 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
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.
*
target="_top">UMFPACK</a>. For the license, see <a
href="http://www.cise.ufl.edu/research/sparse/umfpack/"
target="_top">UMFPACK</a>.
- <li> <a href="http://www.students.tut.fi/~warp/FunctionParser/"
+ <li> <a href="http://warp.povusers.org/FunctionParse/"
target="_top">FunctionParser</a>. For the license see <a
- href="http://www.students.tut.fi/~warp/FunctionParser/"
+ href="http://warp.povusers.org/FunctionParse/"
target="_top">FunctionParser</a>.
</ul>
<li> <p>
New: Class <code class="class">FunctionParser</code>. Wrapper
class for the fparser library (see
- <a href="http://www.students.tut.fi/~warp/FunctionParser/">
- http://www.students.tut.fi/~warp/FunctionParser/</a>).
+ <a href="http://warp.povusers.org/FunctionParse/">
+ http://warp.povusers.org/FunctionParse/</a>).
<br>
(Luca Heltai, 2005/03/07).
</p>
<dd>
Luca Heltai has contributed code that integrates a third
party <a
- href="http://www.students.tut.fi/~warp/FunctionParser/">function
+ href="http://warp.povusers.org/FunctionParse/">function
parser library</a>) 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.
<dt>FunctionParser</dt>
<dd>
There is a wrapper for the
- <a href="http://www.students.tut.fi/~warp/FunctionParser/">FunctionParser</a>
+ <a href="http://warp.povusers.org/FunctionParse/">FunctionParser</a>
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
- <a href="http://www.students.tut.fi/~warp/FunctionParser/">here</a>. We
+ <a href="http://warp.povusers.org/FunctionParse/">here</a>. We
include FunctionParser in the deal.II distributions courtesy of its author,
<a href="http://www.students.tut.fi/~warp/">Juha Nieminen</a>.
</dd>
yourself. They are, of course, covered by their own licenses. In addition,
deal.II comes with a copy of <a
href="http://www.cise.ufl.edu/research/sparse/umfpack/">UMFPACK</a> and one of
- <a href="http://www.students.tut.fi/~warp/FunctionParser/">FunctionParser</a>,
+ <a href="http://warp.povusers.org/FunctionParse/">FunctionParser</a>,
courtesy of their authors. UMFPACK and FunctionParser are covered by their
own licenses; please refer to their webpages to read them.