27#include "neml2/models/solid_mechanics/FlowRule.h"
41 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
FlowRule(const OptionSet &options)
Definition FlowRule.cxx:43
const Scalar & _C
Definition FredrickArmstrongPlasticHardening.h:52
const Variable< SR2 > & _X
Back stress.
Definition FredrickArmstrongPlasticHardening.h:44
Variable< SR2 > & _X_dot
Rate of back stress.
Definition FredrickArmstrongPlasticHardening.h:50
const Variable< SR2 > & _NM
Flow direction.
Definition FredrickArmstrongPlasticHardening.h:47
const Scalar & _g
Definition FredrickArmstrongPlasticHardening.h:53
static OptionSet expected_options()
Definition FredrickArmstrongPlasticHardening.cxx:35
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition FredrickArmstrongPlasticHardening.cxx:78
FredrickArmstrongPlasticHardening(const OptionSet &options)
Definition FredrickArmstrongPlasticHardening.cxx:65
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
The symmetric second order tensor.
Definition SR2.h:46
Scalar.
Definition Scalar.h:38
Concrete definition of a variable.
Definition Variable.h:236
Definition DiagnosticsInterface.cxx:30