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