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