The base class for all constitutive models.
Definition Model.h:82
Base class of variable.
Definition VariableBase.h:58
Definition DiagnosticsInterface.h:31
std::string VariableName
Definition types.h:75
Nonlinear parameter.
Definition NonlinearParameter.h:51
VariableName provider_var
The variable name of the model that defines this parameter.
Definition NonlinearParameter.h:55
const VariableBase * value
The input variable referencing the provider variable who holds the parameter value.
Definition NonlinearParameter.h:57
std::shared_ptr< Model > provider
The model that defines this parameter.
Definition NonlinearParameter.h:53