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