grids.base.GridBase.gbbox#

property GridBase.gbbox: BoundingBox#

The full bounding box of the grid, including ghost regions.

This includes additional layers of ghost cells on each boundary as specified by the grid’s ghost zone configuration.

Returns:

A (2, ndim) array specifying [lower_corner, upper_corner] with ghost zones included.

Return type:

BoundingBox