27#include "neml2/tensors/user_tensors/UserTensor.h"
29#include "neml2/tensors/macros.h"
30#include "neml2/tensors/tensors.h"
53#define EMPTYFIXEDDIMTENSOR_TYPEDEF(T) typedef EmptyFixedDimTensor<T> Empty##T
54FOR_ALL_FIXEDDIMTENSOR(EMPTYFIXEDDIMTENSOR_TYPEDEF);
Create an empty FixedDimTensor of type T from the input file.
Definition EmptyFixedDimTensor.h:41
EmptyFixedDimTensor(const OptionSet &options)
Construct a new EmptyFixedDimTensor object.
Definition EmptyFixedDimTensor.cxx:51
static OptionSet expected_options()
Definition EmptyFixedDimTensor.cxx:34
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:59
Definition UserTensor.h:33
Definition CrossRef.cxx:32