grids.base.GridBase.chunking# property GridBase.chunking: bool# Whether chunking is enabled for this grid. When enabled, the domain is partitioned into regularly sized blocks (chunks), each potentially processable in isolation. Returns: True if chunking is active; False otherwise. Return type: bool