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