Example: Smoothed Particle Hydrodynamic Simulation

Smoothed-particle hydrodynamics (SPH) is a computational method used to simulate fluid flows. Fluid is represented as particles that interact with each other only inside an effective range. The particles are hard spheres; they have a finite radius and cannot overlap.

The video below demonstrates how SPH simulation can be parallelized using domain decomposition.