27#include "neml2/models/Model.h"
43 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
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
Get the symmetric part of a full rank two tensor.
Definition R2toSR2.h:36
Variable< SR2 > & _output
Output symmetric rank 2.
Definition R2toSR2.h:49
R2toSR2(const OptionSet &options)
Definition R2toSR2.cxx:52
static OptionSet expected_options()
Definition R2toSR2.cxx:36
const Variable< R2 > & _input
Input full second order tensor.
Definition R2toSR2.h:46
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition R2toSR2.cxx:60
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30