27#include "neml2/models/solid_mechanics/FlowRule.h"
Definition AssociativeIsotropicPlasticHardening.h:32
Variable< Scalar > & _ep_dot
Rate of equivalent plastic strain.
Definition AssociativeIsotropicPlasticHardening.h:51
const Variable< Scalar > & _Nk
Isotropic hardening direction.
Definition AssociativeIsotropicPlasticHardening.h:48
const VariableName equivalent_plastic_strain_rate
Accessor for the plastic strain rate.
Definition AssociativeIsotropicPlasticHardening.h:42
AssociativeIsotropicPlasticHardening(const OptionSet &options)
Definition AssociativeIsotropicPlasticHardening.cxx:53
static OptionSet expected_options()
Definition AssociativeIsotropicPlasticHardening.cxx:32
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition AssociativeIsotropicPlasticHardening.cxx:62
const VariableName isotropic_hardening_direction
Accessor for the isotropic hardening direction.
Definition AssociativeIsotropicPlasticHardening.h:39
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
The accessor containing all the information needed to access an item in a LabeledAxis.
Definition LabeledAxisAccessor.h:44
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 CrossRef.cxx:32