pystencils.grids.protocols.IterationLimits#
- class pystencils.grids.protocols.IterationLimits(bounds, loop_order)#
Kernel iteration limits prescribed by a field.
- Parameters:
bounds (tuple[int | TypedSymbol, ...])
-
bounds:
tuple[int|TypedSymbol,...]# Iteration bounds for each dimension. Lower bound is implicitly
0.