grids.core.UniformGrid.coordinate_system#
- property UniformGrid.coordinate_system: _CoordinateSystemBase#
The coordinate system (e.g. a subclass of
OrthogonalCoordinateSystem
) which underlies this grid.The coordinate system determines which axes are available in the grid (
axes
) and also determines how various differential procedures are performed in this grid structure.