27#include "neml2/tensors/user_tensors/UserTensor.h"
29#include "neml2/tensors/macros.h"
30#include "neml2/tensors/tensors.h"
53#define FULLFIXEDDIMTENSOR_TYPEDEF(T) typedef FullFixedDimTensor<T> Full##T
54FOR_ALL_FIXEDDIMTENSOR(FULLFIXEDDIMTENSOR_TYPEDEF);
Create a full FixedDimTensor of type T from the input file.
Definition FullFixedDimTensor.h:41
FullFixedDimTensor(const OptionSet &options)
Construct a new FullFixedDimTensor object.
Definition FullFixedDimTensor.cxx:54
static OptionSet expected_options()
Definition FullFixedDimTensor.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