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.
Definition Model.cxx:96
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Second order tensor without symmetry.
Definition R2.h:42
Variable< WR2 > & _output
Output skew symmetric rank two tensor.
Definition R2toWR2.h:49
R2toWR2(const OptionSet &options)
Definition R2toWR2.cxx:51
static OptionSet expected_options()
Definition R2toWR2.cxx:35
const Variable< R2 > & _input
Input full second order tensor.
Definition R2toWR2.h:46
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition R2toWR2.cxx:59
Concrete definition of a variable.
Definition Variable.h:236
A skew-symmetric second order tensor, represented as an axial vector.
Definition WR2.h:43
Definition DiagnosticsInterface.cxx:29