27#include "neml2/models/solid_mechanics/KinematicHardening.h"
45 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Definition KinematicHardening.h:34
Simple linear map between equivalent strain and hardening.
Definition LinearKinematicHardening.h:38
LinearKinematicHardening(const OptionSet &options)
Definition LinearKinematicHardening.cxx:50
const Scalar & _H
Hardening modulus.
Definition LinearKinematicHardening.h:48
static OptionSet expected_options()
Definition LinearKinematicHardening.cxx:36
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition LinearKinematicHardening.cxx:57
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Scalar.
Definition Scalar.h:38
Definition DiagnosticsInterface.cxx:30