27#include "neml2/models/Model.h"
50 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
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)
static OptionSet expected_options()
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Model(const OptionSet &options)
Construct a new Model object.
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:37
Definition DiagnosticsInterface.h:31