27#include "neml2/tensors/user_tensors/UserTensorBase.h"
29#include "neml2/tensors/tensors.h"
52#define USERPRIMITIVETENSOR_TYPEDEF(T) typedef UserPrimitiveTensor<T> User##T
53FOR_ALL_PRIMITIVETENSOR(USERPRIMITIVETENSOR_TYPEDEF);
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:100
Create raw tensor of type T from the input file.
Definition UserPrimitiveTensor.h:40
UserPrimitiveTensor(const OptionSet &options)
Construct a new UserPrimitiveTensor object.
Definition UserPrimitiveTensor.cxx:55
static OptionSet expected_options()
Definition UserPrimitiveTensor.cxx:34
Definition UserTensorBase.h:38
Definition CrossRef.cxx:30