You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When one of Caribou's linear solvers is used by a LinearSolverConstraintCorrection of SOFA, the constraints are simply not solved at all. This is because the latter is using some virtual methods that are not implemented in Caribou's EigenSolver (the base class of all Caribou's linear solvers):
This issue was raised here by Jan.
When one of Caribou's linear solvers is used by a LinearSolverConstraintCorrection of SOFA, the constraints are simply not solved at all. This is because the latter is using some virtual methods that are not implemented in Caribou's EigenSolver (the base class of all Caribou's linear solvers):
I've started a branch here with a scene example that does not work, but should. It can be used to validate that this issue is resolved.
cc @hugtalbot @Sidaty1
The text was updated successfully, but these errors were encountered: