27#include "neml2/models/Model.h"
41 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Model(const OptionSet &options)
Construct a new Model object.
Definition Model.cxx:110
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
RateIndependentPlasticFlowConstraint(const OptionSet &options)
Definition RateIndependentPlasticFlowConstraint.cxx:50
const Variable< Scalar > & _fp
Plastic yield function.
Definition RateIndependentPlasticFlowConstraint.h:44
Variable< Scalar > & _r
The residual for the consistency parameter equation.
Definition RateIndependentPlasticFlowConstraint.h:50
const Variable< Scalar > & _gamma_dot
Flow rate (rate of the consistency parameter)
Definition RateIndependentPlasticFlowConstraint.h:47
static OptionSet expected_options()
Definition RateIndependentPlasticFlowConstraint.cxx:34
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition RateIndependentPlasticFlowConstraint.cxx:60
Scalar.
Definition Scalar.h:38
Concrete definition of a variable.
Definition Variable.h:236
Definition DiagnosticsInterface.cxx:30