27#include "neml2/user_tensors/UserTensorBase.h"
29#include "neml2/tensors/SR2.h"
47 const std::vector<TensorName<Scalar>> _values;
Create a filled SR2 from the input file.
Definition FillSR2.h:37
FillSR2(const OptionSet &options)
Definition FillSR2.cxx:50
static OptionSet expected_options()
Definition FillSR2.cxx:34
SR2 make() const override
Create the tensor given input options.
Definition FillSR2.cxx:57
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
The symmetric second order tensor.
Definition SR2.h:46
Definition UserTensorBase.h:41
Definition DiagnosticsInterface.cxx:30