27#include "neml2/models/solid_mechanics/FlowRule.h"
41 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Definition AssociativeIsotropicPlasticHardening.h:34
Variable< Scalar > & _ep_dot
Rate of equivalent plastic strain.
Definition AssociativeIsotropicPlasticHardening.h:47
const Variable< Scalar > & _Nk
Isotropic hardening direction.
Definition AssociativeIsotropicPlasticHardening.h:44
AssociativeIsotropicPlasticHardening(const OptionSet &options)
Definition AssociativeIsotropicPlasticHardening.cxx:53
static OptionSet expected_options()
Definition AssociativeIsotropicPlasticHardening.cxx:33
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
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30