Class Dune::XT::Common::Parameter¶
-
class Dune::XT::Common::Parameter¶
A named collection of (vector-valued) parameter values, e.g. mapping “t” or “mu” to their current values.
-
Parameter &Dune::XT::Common::Parameter::operator=(const Parameter &other) = default¶
No documentation provided.
-
Parameter &Dune::XT::Common::Parameter::operator=(Parameter &&source) = default¶
No documentation provided.
-
Parameter Dune::XT::Common::Parameter::operator+(const Parameter &other) const¶
No documentation provided.
-
bool Dune::XT::Common::Parameter::operator<(const Parameter &other) const¶
No documentation provided.
-
ParameterType Dune::XT::Common::Parameter::type() const¶
No documentation provided.
-
Dune::XT::Common::Parameter::Parameter(const Parameter &other) = default¶
No documentation provided.
-
Dune::XT::Common::Parameter::Parameter(const double &value)¶
Same as Parameter({“unspecified”, value});
-
Dune::XT::Common::Parameter::Parameter(const std::string &key, const double &value)¶
No documentation provided.