27#include "neml2/models/Model.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
The accessor containing all the information needed to access an item in a LabeledAxis.
Definition LabeledAxisAccessor.h:44
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
Explicit exponential time integration for rotations.
Definition WR2ExplicitExponentialTimeIntegration.h:34
const Variable< WR2 > & _s_dot
Current variable spin rate.
Definition WR2ExplicitExponentialTimeIntegration.h:55
Variable< Rot > & _s
Current value.
Definition WR2ExplicitExponentialTimeIntegration.h:52
const Variable< Scalar > & _t
Current time.
Definition WR2ExplicitExponentialTimeIntegration.h:61
WR2ExplicitExponentialTimeIntegration(const OptionSet &options)
Definition WR2ExplicitExponentialTimeIntegration.cxx:49
const Variable< Scalar > & _tn
Previous time.
Definition WR2ExplicitExponentialTimeIntegration.h:64
static OptionSet expected_options()
Definition WR2ExplicitExponentialTimeIntegration.cxx:33
const Variable< Rot > & _sn
Previous value.
Definition WR2ExplicitExponentialTimeIntegration.h:58
void set_value(bool out, bool dout_din, bool d2out_din2) override
Perform the time integration to update the variable value.
Definition WR2ExplicitExponentialTimeIntegration.cxx:63
Definition CrossRef.cxx:32