From: Wolfgang Bangerth
- muparser
- is a library that allows to enter functions in text form and have them
- interpreted at run time. This is particularly useful in input
- parameter files. cmake
will usually find the version of
- this library that comes bundled with deal.II, but you
- can specify -DMUPARSER_DIR=/path/to/muparser
if desired.
-
@@ -599,6 +583,22 @@
+ muparser
+ is a library that allows to enter functions in text form and have them
+ interpreted at run time. This is particularly useful in input
+ parameter files. cmake
will usually find the version of
+ this library that comes bundled with deal.II, but you
+ can specify -DMUPARSER_DIR=/path/to/muparser
if desired.
+