27#include "neml2/user_tensors/UserTensorBase.h"
29#include "neml2/tensors/Rot.h"
47 const std::vector<TensorName<Scalar>> _values;
48 const std::string _method;
Rot make() const override
Create the tensor given input options.
FillRot(const OptionSet &options)
static OptionSet expected_options()
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
UserTensorBase(const OptionSet &options)
Definition DiagnosticsInterface.h:31