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;
Create a filled R2 from the input file.
Definition FillRot.h:37
Rot make() const override
Create the tensor given input options.
Definition FillRot.cxx:56
FillRot(const OptionSet &options)
Definition FillRot.cxx:48
static OptionSet expected_options()
Definition FillRot.cxx:34
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Rotation stored as modified Rodrigues parameters.
Definition Rot.h:49
Definition UserTensorBase.h:41
Definition DiagnosticsInterface.cxx:30