27#include "neml2/tensors/user_tensors/UserTensorBase.h"
29#include "neml2/tensors/tensors.h"
52#define FULLPRIMITIVETENSOR_TYPEDEF(T) typedef FullPrimitiveTensor<T> Full##T
53FOR_ALL_PRIMITIVETENSOR(FULLPRIMITIVETENSOR_TYPEDEF);
Create a full PrimitiveTensor of type T from the input file.
Definition FullPrimitiveTensor.h:40
FullPrimitiveTensor(const OptionSet &options)
Construct a new FullPrimitiveTensor object.
Definition FullPrimitiveTensor.cxx:54
static OptionSet expected_options()
Definition FullPrimitiveTensor.cxx:34
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:100
Definition UserTensorBase.h:38
Definition CrossRef.cxx:30