27#include "neml2/models/Model.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:54
The base class for all constitutive models.
Definition Model.h:53
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:85
Get the skew symmetric part of a full rank two tensor.
Definition R2toWR2.h:33
Variable< WR2 > & _output
Output skew symmetric rank two tensor.
Definition R2toWR2.h:46
R2toWR2(const OptionSet &options)
Definition R2toWR2.cxx:48
static OptionSet expected_options()
Definition R2toWR2.cxx:34
const Variable< R2 > & _input
Input full second order tensor.
Definition R2toWR2.h:43
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition R2toWR2.cxx:56
Definition CrossRef.cxx:31