27#include "neml2/models/Model.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:56
The accessor containing all the information needed to access an item in a LabeledAxis.
Definition LabeledAxisAccessor.h:47
The base class for all constitutive models.
Definition Model.h:55
const torch::TensorOptions & options() const
Storage tensor options.
Definition Model.h:111
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:100
Explicit exponential time integration for rotations.
Definition WR2ExplicitExponentialTimeIntegration.h:34
const Variable< WR2 > & _s_dot
Current variable spin rate.
Definition WR2ExplicitExponentialTimeIntegration.h:60
Variable< Rot > & _s
Current value.
Definition WR2ExplicitExponentialTimeIntegration.h:54
const Variable< Scalar > & _t
Current time.
Definition WR2ExplicitExponentialTimeIntegration.h:63
WR2ExplicitExponentialTimeIntegration(const OptionSet &options)
Definition WR2ExplicitExponentialTimeIntegration.cxx:52
const Variable< Scalar > & _tn
Previous time.
Definition WR2ExplicitExponentialTimeIntegration.h:66
static OptionSet expected_options()
Definition WR2ExplicitExponentialTimeIntegration.cxx:33
const Variable< Rot > & _sn
Previous value.
Definition WR2ExplicitExponentialTimeIntegration.h:57
virtual void diagnose(std::vector< Diagnosis > &diagnoses) const override
Check for common problems.
Definition WR2ExplicitExponentialTimeIntegration.cxx:66
void set_value(bool out, bool dout_din, bool d2out_din2) override
Perform the time integration to update the variable value.
Definition WR2ExplicitExponentialTimeIntegration.cxx:75
Definition CrossRef.cxx:30