27#include "neml2/models/solid_mechanics/FlowRule.h"
41 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
AssociativePlasticFlow(const OptionSet &options)
const Variable< SR2 > & _NM
Flow direction.
Definition AssociativePlasticFlow.h:44
Variable< SR2 > & _Ep_dot
Plastic strain rate.
Definition AssociativePlasticFlow.h:47
static OptionSet expected_options()
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
FlowRule(const OptionSet &options)
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
Concrete definition of a variable.
Definition Variable.h:37
Definition DiagnosticsInterface.h:31