27#include "neml2/models/Model.h"
43 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Model(const OptionSet &options)
Construct a new Model object.
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
Base class for second order tensor.
Definition R2.h:49
The symmetric second order tensor.
Definition SR2.h:46
const Variable< SR2 > & _input
Input symmetric rank two tensor.
Definition SR2toR2.h:46
Variable< R2 > & _output
Output full rank two tensor.
Definition SR2toR2.h:49
static OptionSet expected_options()
SR2toR2(const OptionSet &options)
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Concrete definition of a variable.
Definition Variable.h:37
Definition DiagnosticsInterface.h:31