You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like it would make sense to allow the user to control how operations are applied (i.e. whether to use multithreading or not) when the same operation needs to be applied to all the blocks. The code that I added allows a MapAlgorithm argument when initializing the matrix, which specifies what algorithm to use for parallel operations. I didn't include the code for that, but it is here: https://github.com/EarthSciML/EarthSciMLBase.jl/blob/main/src/mtk_grid_func.jl#L7