InteractiveComputerGraphics / PositionBasedDynamics

PositionBasedDynamics is a library for the physically-based simulation of rigid bodies, deformable solids and fluids.
MIT License
1.89k stars 358 forks source link

Jacobi or Gauss-Seide? #99

Closed Jason-Hayes closed 2 years ago

Jason-Hayes commented 3 years ago

hi, I want to know which method is used in the model simulation,Jacobi or Gauss-Seide?which folder can I find the corresponding code.Thank you.

janbender commented 3 years ago

Gauss-Seidel! The solver loop can be found in: void TimeStepController::positionConstraintProjection(SimulationModel &model);