24 const unsigned int &n_components,
25 const std::string &default_exp,
26 const std::string &default_const) :
29 default_exp(default_exp),
30 default_const(default_const),
31 n_components(n_components)
A parameter acceptor base class.
static ParameterHandler prm
Static parameter.
void set(const std::string &entry_name, const std::string &new_value)
static void declare_parameters(ParameterHandler &prm, const unsigned int n_components=1)
const std::string default_exp
Default expression of this function.
void parse_parameters(ParameterHandler &prm)
ParsedFunction(const std::string &name="", const unsigned int &n_components=1, const std::string &default_exp="", const std::string &default_const="")
Constructor: takes an optional name for the section.
const unsigned int n_components
virtual void parse_parameters(ParameterHandler &prm)
Calls the underlying function of ParsedFunction.
A deal2lkit wrapper for dealii::Functions::ParsedFunction.
const std::string default_const
virtual void declare_parameters(ParameterHandler &prm)
Calls the underlying function of ParsedFunction.