A DataTable is an object used to define the domain and data for a DiscreteField.
import field mdb.models[name].discreteFields[name].data[i]
The DataTable object has the following members:
An Int specifying the width of the data. Valid widths are 1, 6, 21, corresponding to scalar data, orientations and 4D tensors.
A String specifying the index.
A String specifying the instance name.
A tuple of Ints specifying the domain node, element or integration point identifiers.
A tuple of Floats specifying the data within the domain.