27#include "neml2/models/Model.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
The base class for all constitutive models.
Definition Model.h:53
const torch::TensorOptions & options() const
This model's tensor options.
Definition Model.h:116
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:59
Definition RateIndependentPlasticFlowConstraint.h:32
RateIndependentPlasticFlowConstraint(const OptionSet &options)
Definition RateIndependentPlasticFlowConstraint.cxx:48
const Variable< Scalar > & _fp
Plastic yield function.
Definition RateIndependentPlasticFlowConstraint.h:42
Variable< Scalar > & _r
The residual for the consistency parameter equation.
Definition RateIndependentPlasticFlowConstraint.h:48
const Variable< Scalar > & _gamma_dot
Flow rate (rate of the consistency parameter)
Definition RateIndependentPlasticFlowConstraint.h:45
static OptionSet expected_options()
Definition RateIndependentPlasticFlowConstraint.cxx:32
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition RateIndependentPlasticFlowConstraint.cxx:59
Definition CrossRef.cxx:32