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 PlasticFlowRate.h:32
PlasticFlowRate(const OptionSet &options)
Definition PlasticFlowRate.cxx:43
const Variable< Scalar > & _f
Plastic yield function.
Definition PlasticFlowRate.h:40
Variable< Scalar > & _gamma_dot
Plastic flow rate.
Definition PlasticFlowRate.h:43
static OptionSet expected_options()
Definition PlasticFlowRate.cxx:30
Definition CrossRef.cxx:32