From 24f91b0e48508f5d1882babe7ea83c1c6bd43620 Mon Sep 17 00:00:00 2001 From: Bob Myhill Date: Wed, 5 Jun 2024 14:16:55 -0600 Subject: [PATCH] added pymuparser to docs --- include/deal.II/base/function_parser.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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. * -- 2.39.5