fastscapelib.flow.numba.flow_kernel.NumbaFlowKernelData.grid_var_names

property NumbaFlowKernelData.grid_var_names: tuple[str, ...]

Return the names of kernel input and output array variables.

The value of those variables may be accessed from within the kernel function as attributes of the node data object (passed to the function as unique argument) as well as attributes of the receivers and/or donors attributes of that node data object.