Skip to content
Discussion options

You must be logged in to vote

You are correct, that many iterations is not expected. Typically, for challenging steps, it can take 100–200 iterations to converge, but not 1000 unless some parameters are incorrect.

The most likely culprit is the barrier stiffness:

  • Too small can result in small distances which make it challenging to perform collision detection reliably and efficiently.
  • Too large can make the problem overly stiff and cause the solver to take too many iterations.

Here are some steps and questions to help debug:

  1. What other energies are involved in the simulation?
  2. The max_barrier_stiffness=288285, but what is the barrier stiffness in use?
  3. Typically for the convergent formulation we use a fixed stiffness …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by coreqode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants