wake_propΒΆ

Assembly of wake propagation matrices, in sparse or dense matrices format

Note: wake propagation matrices are very sparse. Nonetheless, allocation in dense format (from numpy.zeros) or sparse does not have important differences in terms of cpu time and memory used as numpy.zeros does not allocate memory until this is accessed.