27#include "neml2/user_tensors/FactoryMethodBase.h"
45 T
make()
const override;
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 a random tensor of type T from the input file.
Definition RandomTensor.h:38
RandomTensorImpl(const OptionSet &options)
Definition RandomTensor.cxx:52
T make() const override
Create the tensor given input options.
Definition RandomTensor.cxx:61
static OptionSet expected_options()
Definition RandomTensor.cxx:33
Definition DiagnosticsInterface.cxx:30