68 const std::vector<std::string>
_vars;
71 const std::vector<std::string>
_vals;
InputParameters validParams()
Creates the 'vars' and 'vals' parameters used by all ParsedFunctions, the parameters provided from th...
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
Adds user facing parameters for parsed function.
const std::vector< std::string > _vals
Values passed by the user, they may be Reals for Postprocessors.
std::string verifyFunction(const std::string &function_str)
A helper method to check if the function value contains quotes.
FEProblemBase & _pfb_feproblem
Reference to the FEProblemBase class for this object.
std::unique_ptr< MooseParsedFunctionWrapper > _function_ptr
Pointer to the Parsed function wrapper object for the scalar.
static InputParameters validParams()
Class constructor for the interface.
const std::vector< std::string > _vars
Variables passed to libMesh::ParsedFunction.
virtual ~MooseParsedFunctionBase()
Class destructor.
A wrapper class for creating and evaluating parsed functions via the libMesh::ParsedFunction interfac...