27#include "neml2/models/Model.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
Swap orientation plane when the singularity at is met with the modified Rodrigues vector.
Definition FixOrientation.h:41
Variable< Rot > & _output
Corrected MRP representation.
Definition FixOrientation.h:51
const Variable< Rot > & _input
MRP representation of orientations.
Definition FixOrientation.h:54
Real _threshold
Threshold for making the swap.
Definition FixOrientation.h:57
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
The base class for all constitutive models.
Definition Model.h:53
const torch::TensorOptions & options() const
This model's tensor options.
Definition Model.h:116
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:59
Definition CrossRef.cxx:32