27#include "neml2/models/Model.h"
50 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Variable< Rot > & _output
Corrected MRP representation.
Definition FixOrientation.h:53
const Variable< Rot > & _input
MRP representation of orientations.
Definition FixOrientation.h:56
Real _threshold
Threshold for making the swap.
Definition FixOrientation.h:59
FixOrientation(const OptionSet &options)
Definition FixOrientation.cxx:57
static OptionSet expected_options()
Definition FixOrientation.cxx:35
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition FixOrientation.cxx:66
Model(const OptionSet &options)
Construct a new Model object.
Definition Model.cxx:110
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
Rotation stored as modified Rodrigues parameters.
Definition Rot.h:49
Concrete definition of a variable.
Definition Variable.h:236
Definition DiagnosticsInterface.cxx:30
double Real
Definition types.h:68