Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Rod is shown with a "stair" effect
#4
(13-12-2019, 10:46 AM)cberinger Wrote: Hi Jose (hope I got the name right :-))

thanks for the quick answer! I will try and experiment with the parallel mode!

Cheers,
Christian

You got it right, don't worry Guiño.

I've slightly updated the solver docs to reflect this important difference between the two modes:
http://obi.virtualmethodstudio.com/tutor...olver.html

Quote:In Sequential mode, all constraints are evaluated in the order they were created (which is determined by each specific ObiActor) and each constraint “sees” the adjustments made by all previous constraints. This ensures quick convergence, so your constraints will need few iterations to look good. However it is not very stable when several constraints are fighting for control, so there are some use-cases where this mode is not a good choice. It is order-dependent, so in low-budget situations (few iterations and/or large timesteps) this can result in visible patterns in particle arrangement. For those of you a bit on the technical side, this is a Gauss-Seidel type of solver.

In Parallel mode, all constraints are evaluated but their adjustments are not immediately applied to the particles. Instead, they are stored, averaged, and then the final result is then used to adjust particle positions. This yields a very stable simulation even with lots of constraints applied at once, however more iterations are needed for “hard” constraints. It is also order-independent, so it ensures smooth particle arrangements. Use this mode if you want to trade performance -with high iteration counts- or quality -with low iteration counts- for stability. Again, for technical users: this is Jacobi-like solving.
Reply


Messages In This Thread
Rod is shown with a "stair" effect - by cberinger - 13-12-2019, 10:26 AM
RE: Rod is shown with a "stair" effect - by josemendez - 13-12-2019, 10:57 AM