fields.tensors.DenseTensorField.grid#

property DenseTensorField.grid: GridBase#

The structured grid associated with this field.

All field components share this grid, which defines the coordinate system, resolution, and spatial layout of the domain over which the field is defined.

Returns:

The grid object that defines the spatial structure of the field.

Return type:

GridBase