27#include "neml2/base/Factory.h"
28#include "neml2/base/Registry.h"
29#include "neml2/base/NEML2Object.h"
33#include "neml2/base/TensorName.h"
34#include "neml2/base/EnumSelection.h"
35#include "neml2/base/MultiEnumSelection.h"
51 virtual T
make()
const = 0;
61 const std::vector<TensorShape> _manip_args;
Selection of multiple enum value from a list of choices.
Definition MultiEnumSelection.h:41
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
virtual T make() const =0
Create the tensor given input options.
static std::string tensor_type()
A human-readable description of the tensor type.
void setup() override
Setup this object.
UserTensorBase(const OptionSet &options)
static OptionSet expected_options()
Definition DiagnosticsInterface.h:31