← Back to team overview

yade-users team mailing list archive

Re: [Question #693762]: Reruning the model in one simulation

 

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

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hello,

you have several options. You can use:
- batch execution [1]
- O.saveTmp / O.loadTmp [2,3]
- simple for loop with O.reset [4] at the beginning
- create external script controlling the running, resetting, ... "one script"
- ... ?

cheers
Jan

[1] https://yade-dem.org/doc/user.html#batch-queuing-and-execution-yade-batch
[2] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Omega.saveTmp
[3] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Omega.loadTmp
[4] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Omega.reset

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