27#include "neml2/models/solid_mechanics/FlowRule.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:56
Definition FredrickArmstrongPlasticHardening.h:32
const Scalar & _C
Definition FredrickArmstrongPlasticHardening.h:50
const Variable< SR2 > & _X
Back stress.
Definition FredrickArmstrongPlasticHardening.h:42
Variable< SR2 > & _X_dot
Rate of back stress.
Definition FredrickArmstrongPlasticHardening.h:48
const Variable< SR2 > & _NM
Flow direction.
Definition FredrickArmstrongPlasticHardening.h:45
const Scalar & _g
Definition FredrickArmstrongPlasticHardening.h:51
static OptionSet expected_options()
Definition FredrickArmstrongPlasticHardening.cxx:34
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition FredrickArmstrongPlasticHardening.cxx:77
FredrickArmstrongPlasticHardening(const OptionSet &options)
Definition FredrickArmstrongPlasticHardening.cxx:64
const torch::TensorOptions & options() const
Storage tensor options.
Definition Model.h:111
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:100
The (logical) scalar.
Definition Scalar.h:38
Definition CrossRef.cxx:30