◐ Shell
clean mode source ↗

Added Smoothered Particle Hydrodynamics CFD example by edwinsolisf · Pull Request #3478 · arrayfire/arrayfire

Added another fluid simulation example

Description

Added a Smothered Particle Hydrodynamics Computational Fluid Simulation Example to the ArrayFire example list. It was added to the pde folder and it contains 9 images that were added to the assets/examples/images repo folder. It contains various parameter the user can try to use to change the properties and scale of the simulation.

  • Is this a new feature or a bug fix?: Neither
  • Potential impact on specific hardware, software or backends: None
  • New functions and their functionality: None
  • Can this PR be backported to older versions?: Yes
  • Future changes not implemented in this PR: None

Changes to Users

  • New example project in the arrayfire example list
  • No action required by the user

Checklist

  • Rebased on latest master
  • Code compiles
  • Tests pass
  • Functions added to unified API
  • Functions documented