grids.core.UniformGrid.chunking#

property UniformGrid.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