You might also like "Fluid Engine Development" if this stuff is your cup of tea. I believe there is complete code with it.
https://fluidenginedevelopment.org/
"He did not wait for students to come to him; he made inquiry for promising youthful collectors, and when he heard of one, he wrote, inviting and urging him to come. Thus there is hardly one now of the American naturalists of my generation whom Agassiz did not train." - William James, Louis Agassiz, 1896.
I want cross-platform deterministic fluid simulations (at least in platforms with IEEE 2008 float semantics). What I mean is, I want to run the same software on different architectures and platforms and get the same exact answer. Is that feasible?
Also, are some techniques more amenable to cross-platform determinism while others are more challenging?
Moreover: can I add threads or use SIMD or run on GPUs and still be deterministic? (Rapier can't do that: it runs on CPU, and on the cross-platform deterministic mode it disables threads and SIMD)
I'm not sure if those are considered worthwhile research lines, but this is what I care most.