pbosler / lpm

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

2d incompressible RK2 timestepping #116

Closed pbosler closed 6 months ago

pbosler commented 6 months ago

New time stepper added; should be ~2x faster than RK4, to speed up FTLE runs... Test passes when run manually, but hangs with CTest for some reason.

Next: Remeshing and adaptive refinement.