27#include "neml2/models/solid_mechanics/IsotropicHardening.h"
43 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
IsotropicHardening(const OptionSet &options)
Definition IsotropicHardening.cxx:45
const Scalar & _K
The linear isotropic hardening modulus.
Definition LinearIsotropicHardening.h:46
LinearIsotropicHardening(const OptionSet &options)
Definition LinearIsotropicHardening.cxx:47
static OptionSet expected_options()
Definition LinearIsotropicHardening.cxx:33
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition LinearIsotropicHardening.cxx:54
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
Scalar.
Definition Scalar.h:38
Definition DiagnosticsInterface.cxx:30