27#include "neml2/models/Model.h"
44 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
A scalar-valued parameter defined by (C-B) / A.
Definition KocksMeckingIntercept.h:37
const Scalar & _C
KM C.
Definition KocksMeckingIntercept.h:53
Variable< Scalar > & _b
The intercept.
Definition KocksMeckingIntercept.h:56
KocksMeckingIntercept(const OptionSet &options)
Definition KocksMeckingIntercept.cxx:57
const Scalar & _A
KM A.
Definition KocksMeckingIntercept.h:47
const Scalar & _B
KM B.
Definition KocksMeckingIntercept.h:50
static OptionSet expected_options()
Definition KocksMeckingIntercept.cxx:34
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition KocksMeckingIntercept.cxx:67
The base class for all constitutive models.
Definition Model.h:70
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
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30