27#include "neml2/models/Model.h"
50 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Swap orientation plane when the singularity at is met with the modified Rodrigues vector.
Definition FixOrientation.h:43
double _threshold
Threshold for making the swap.
Definition FixOrientation.h:59
Variable< Rot > & _output
Corrected MRP representation.
Definition FixOrientation.h:53
const Variable< Rot > & _input
MRP representation of orientations.
Definition FixOrientation.h:56
FixOrientation(const OptionSet &options)
Definition FixOrientation.cxx:58
static OptionSet expected_options()
Definition FixOrientation.cxx:36
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition FixOrientation.cxx:67
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
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30