← Back to team overview

yade-users team mailing list archive

Re: [Question #681663]: O.run() at a certain virtual time

 

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

Bruno Chareyre proposed the following answer:
Yade [2]: O.stop + TAB
O.stopAtIter  O.stopAtTime

Maybe one of them will help? :)

Or, elaborating on Williams solution (but it needs a PyRunner):
if O.time > 10:
    O.pause()

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