27#include "neml2/user_tensors/FactoryMethodBase.h"
45 T
make()
const override;
49 const std::vector<double> _vals;
Create an empty tensor of type T from the input file.
Definition FactoryMethodBase.h:38
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Create raw tensor of type T from the input file.
Definition UserTensor.h:38
T make() const override
Create the tensor given input options.
Definition UserTensor.cxx:55
UserTensorTmpl(const OptionSet &options)
Definition UserTensor.cxx:47
static OptionSet expected_options()
Definition UserTensor.cxx:33
Definition DiagnosticsInterface.cxx:30