Question #689000 on Yade changed:
https://answers.launchpad.net/yade/+question/689000

    Status: Open => Answered

Deepak proposed the following answer:
the endTime in controlDict is 1.0; this has tho be the same in your yade
script:

what you can modify the function irun(self):

 def irun(self,endTime):
  if (O.time <= endTime): 
     O.step() 

and calling it as :

sim.irun(1)

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to