Xiangyu-Hu / SPHinXsys

SPHinXsys provides C++ APIs for engineering simulation and optimization. It aims at complex systems driven by fluid, structure, multi-body dynamics and beyond. The multi-physics library is based on a unique and unified computational framework by which strong coupling has been achieved for all involved physics.
https://www.sphinxsys.org/
Apache License 2.0
259 stars 199 forks source link

shape can be owned applications also #556

Closed Xiangyu-Hu closed 1 month ago

Xiangyu-Hu commented 1 month ago

Main changes:

  1. shapes now can be either owned by the main function, bodies or body parts.
  2. the particle generating function slightly changed, the self-define function deleted.
  3. the constructing dependence of adaptations and mesh cell linked lists on SPHBody is eliminated.