Skip to content
Snippets Groups Projects
Commit a59ba526 authored by Ludovic Noels's avatar Ludovic Noels
Browse files

reference

parent b44d74c1
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ elif Solving_mode == 2 :
mysolver.pathFollowing(True,1)
mysolver.setPathFollowingIncrementAdaptation(False,4)
mysolver.setPathFollowingLocalSteps(9.0e-1,1.0e-3)
mysolver.setPathFollowingLocalSteps(2.0e-1,1.0e-3)
mysolver.setPathFollowingLocalIncrementType(1);
......@@ -269,7 +269,7 @@ mysolver.solve()
check = TestCheck()
check.equal(-2.081079e+04,mysolver.getArchivedForceOnPhysicalGroup("Edge", 101, 1),1.e-4)
check.equal(-2.075817e+04,mysolver.getArchivedForceOnPhysicalGroup("Edge", 101, 1),1.e-4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment