Parallelized version using the inlined basic function
If N == 1
parallelize on M points
else:
parallelize on N polygons
All computations are independant, so both are possible, I feel it more logical to separate polygons but it may be discussed from a numerical point of view
Parallelized version using the inlined basic function
If N == 1
parallelize on M points
else:
parallelize on N polygons
All computations are independant, so both are possible, I feel it more logical to separate polygons but it may be discussed from a numerical point of view