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