Options
All
  • Public
  • Public/Protected
  • All
Menu
  • Forward is still a work in progress and some available solvers might not work as expected...
  • Constraints only apply with the solver seidel or jacobi in Forward
  • UserDic and UserTic only works for sequential seidel/jacobi solver, not in parallel since we have to implement the threaded callback in nodejs
  • In some cases, the seidel and jacobi solvers may diverge. These cases are
  1. when triangles intersects (in some cases)
  2. when two close triangles make a small angle between them
  • Remote strain is not yet implemented