pbosler / lpm

Lagrangian Particle Methods
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Dfs solver #97

Closed pbosler closed 9 months ago

pbosler commented 1 year ago

This PR adds the particle double Fourier series Poisson solver and a coupled particle/panel/grid solver for the barotropic vorticity equation. However, some to-do items remain before we can merge:

pbosler commented 1 year ago

This PR has some infrastructure changes inside of it, for example, the TPL build scripts and the changes to gather/scatter mesh. I'm going to pull those out into a separate pull request since they're not just applicable to DFS.

pbosler commented 9 months ago

I'm going to merge this, so we can make feature branches (like for RK3 and RK4) easier. I'll make separate issues for the things we still need to do to clean this up.