Evaluating string math expressions containing named variables. More...
#include <array>#include <mutex>#include <string>#include <string_view>#include <type_traits>#include <iostream>#include <dune/common/exceptions.hh>#include <dune/common/fvector.hh>#include <dumux/io/format.hh>#include <dumux/io/expression/exprtk.hpp>Go to the source code of this file.
Classes | |
| class | Dumux::FunctionFromStringExpression< numVars, Scalar > |
| Evaluating string math expressions containing named variables. More... | |
Namespaces | |
| namespace | Dumux |
Functions | |
| template<class Scalar = double> | |
| Scalar | Dumux::evalStringExpression (const std::string &expression, int verbosity=0) |
| Evaluating simple string math expressions. More... | |