Personally I find these kind of topics fascinating and the scientific/numerical domain knowledge that people bring to the Julia forum is what makes it really interesting, not just another programming forum. So thanks for what you’ve posted so far; I for one appreciate it being posted publicly.
I’d also point out that discourse gives fairly powerful tools for people to mute threads they don’t find interesting.
Did you complete that geometric multigrid routine? I’m currently using the AlgebraicMultigrid.jl, but geometric MG applies to my use case and is much faster in my experience.
Yes I did but I it still require some packaging work. Would you be interested to test it ? I am away from my computer but I can send it to you tomorrow.
That would be great! I’ve coded a few of these before, but it seems wasteful to keep doing them individually if a nearly identical code could be used by more people.
Great, thanks @LaurentPlagne! I’m writing a separate fluid solver so general flows, so maybe we could see about developing a GMG solver which works for both?
I am currently working on CFD and full potential solver using my geometric algebra foundation Grassmann.jl. Will take a look at your work as well, but will not be contributing because I am developing a universal foundation for CFD based on geometric algebra from scratch and have my own repositories for that. Also solved the lid cavity problem already as well. Don’t know much about multi grid, I’m still learning. If anyone is interested in using Grassmann as the geometric foundation for CFD, let me know.