Multithreading
Currently, the calculations are performed using a single array for each computational size. For multi-core calculations, multithreading is an option. […]
Currently, the calculations are performed using a single array for each computational size. For multi-core calculations, multithreading is an option. […]
After implementing irregular geometries using masked NumPy arrays, some maintenance work is needed. Variable names are inconsistent, and comments and