← Back to team overview

yade-users team mailing list archive

Re: [Question #689000]: Yade simulation freezes

 

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.