grids.base.GridBase.dd#

property GridBase.dd: DomainDimensions#

The shape of the active grid (excluding ghost cells), expressed in grid points.

This defines the number of grid points along each axis, not counting ghost zones.

Returns:

A tuple-like object specifying the number of grid points per axis.

Return type:

numpy.ndarray