27#include "neml2/models/solid_mechanics/PlasticFlowRate.h"
41 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
const Scalar & _eta
Reference stress.
Definition PerzynaPlasticFlowRate.h:44
const Scalar & _n
Power-law exponent.
Definition PerzynaPlasticFlowRate.h:47
PerzynaPlasticFlowRate(const OptionSet &options)
Definition PerzynaPlasticFlowRate.cxx:55
static OptionSet expected_options()
Definition PerzynaPlasticFlowRate.cxx:37
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition PerzynaPlasticFlowRate.cxx:63
PlasticFlowRate(const OptionSet &options)
Definition PlasticFlowRate.cxx:44
Scalar.
Definition Scalar.h:38
Definition DiagnosticsInterface.cxx:30