27#include "neml2/models/Model.h"
52 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Model(const OptionSet &options)
Construct a new Model object.
Definition Model.cxx:110
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
IType
Definition SR2Invariant.h:39
@ VONMISES
Definition SR2Invariant.h:42
@ I2
Definition SR2Invariant.h:41
@ I1
Definition SR2Invariant.h:40
@ INVALID
Definition SR2Invariant.h:44
@ EFFECTIVE_STRAIN
Definition SR2Invariant.h:43
SR2Invariant(const OptionSet &options)
Definition SR2Invariant.cxx:63
const Variable< SR2 > & _A
Input second order tensor.
Definition SR2Invariant.h:57
Variable< Scalar > & _invariant
Invariant of the input tensor.
Definition SR2Invariant.h:60
static OptionSet expected_options()
Definition SR2Invariant.cxx:36
const IType _type
Definition SR2Invariant.h:54
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition SR2Invariant.cxx:72
The symmetric second order tensor.
Definition SR2.h:46
Scalar.
Definition Scalar.h:38
Concrete definition of a variable.
Definition Variable.h:236
Definition DiagnosticsInterface.cxx:30