pbosler / lpm

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

Plot particle trajectories through time #105

Open pbosler opened 1 year ago

pbosler commented 1 year ago

With output to paraview via vtk data files, we can make animations of the solution fields. In an animation, particle motion is easier to perceive but in a printed figure, it's very difficult. We need to be able to plot trajectories over time to make particle motion in printed figures more apparent. This either requires custom programmable filters for paraview (which only plots one time step at a time) or a custom vtk program.