This is a Julian fork of the 12 steps to Navier-Stokes (Python) by Lorena A. Barba and Gilbert F. Forsyth.
This work also derives from similar forks by Cysor (up to 06, as of August 1, 2020) and by Wallace-dyfq.
The codes represent early efforts by a novice Julian programmer. All constructive feedback, bug report, and suggestions would be greatly appreciated. Please use pull request.
One big item on the to do list is speeding up the loops
See ST_06_Array_Operations and ST_15_Step_11 for my first attempt at speeding up the loops by implementing @simd and @inbounds macros and setting variable types...