From: Bob Myhill Date: Wed, 5 Jun 2024 20:16:55 +0000 (-0600) Subject: added pymuparser to docs X-Git-Tag: v9.6.0-rc1~205^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f91b0e48508f5d1882babe7ea83c1c6bd43620;p=dealii.git added pymuparser to docs --- diff --git a/include/deal.II/base/function_parser.h b/include/deal.II/base/function_parser.h index b120dd02f3..5f93738b69 100644 --- a/include/deal.II/base/function_parser.h +++ b/include/deal.II/base/function_parser.h @@ -154,6 +154,14 @@ class Vector; * is explained in detail at the homepage of the underlying muparser library * at https://beltoforion.de/en/muparser/. * + * If you would like to check that muparser is parsing your functions correctly, + * and to evaluate the functions at given parameter values, you may consider + * running your expressions through pymuparser + * (https://github.com/bobmyhill/pymuparser), + * which can be installed using pip (python -m pip install pymuparser). + * This module also allows users to define functions not included in MuParser, + * such as the extended library provided by deal.II. + * * For a wrapper of the FunctionParser class that supports ParameterHandler, * see Functions::ParsedFunction. *