From dc1c808dbacecae18ae824e56233bde10ee0f1b2 Mon Sep 17 00:00:00 2001
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.
+