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