loop_over_grid

This module overloads core.loop_over_grid with a Numba implementation, which parallelises the loop over the grid using Numba’s prange.

Functions

loop_over_grid_numba(row_amount, col_amount, grid, dt, ...)

This function wraps timestep_loop, allowing for it to be