pbosler / lpm

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

Make sure vorticity and velocity match #104

Open pbosler opened 1 year ago

pbosler commented 1 year ago

In cases like the Rossby-Haurwitz wave tests, we have both a vorticity function from lpm_vorticity_gallery.hpp and a velocity function from lpm_velocity_gallery.hpp. When these are both used in the same test, we need to make sure their parameters are the same and that their definitions match.