Skip to content

Commit 31ac392

Browse files
authored
Apply changes from SOFA PR 5666 regarding GenericConstraintSolver (#73)
1 parent 3655304 commit 31ac392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/component/constraint/scenes/SurfacePressureConstraint.scn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<BVHNarrowPhase />
1111
<CollisionResponse response='FrictionContactConstraint'/>
1212
<LocalMinDistance name="Proximity" alarmDistance='3' contactDistance='0.5'/>
13-
<GenericConstraintSolver name="GenericConstraintSolver" maxIterations='250' printLog='0' tolerance = '0.0000001'/>
13+
<ProjectedGaussSeidelConstraintSolver name="ProjectedGaussSeidelConstraintSolver" maxIterations='250' printLog='0' tolerance = '0.0000001'/>
1414

1515

1616
<Node name='bunny'>

0 commit comments

Comments
 (0)