Shrediquette / PIVlab

Particle Image Velocimetry for Matlab, official repository
https://shrediquette.github.io/PIVlab/
MIT License
133 stars 33 forks source link

Parallelization of post-processing #51

Closed Shrediquette closed 3 years ago

Shrediquette commented 3 years ago

Currently rewriting the postprocessing so it can be used in serial and in parallel mode. This also speeds up the serial mode quite a bit.

Shrediquette commented 3 years ago

Done. Speed increase is 2x without parallel computing toolbox, and at least 4x with parallel computing (tested on my old 2 core CPU). @drcswang Could you quickly test the latest comitted files?