yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #11901
Re: [Question #273367]: increasing the applied stress every 5000 iteration
Question #273367 on Yade changed:
https://answers.launchpad.net/yade/+question/273367
Status: Open => Answered
Jérôme Duriez proposed the following answer:
Hi,
I'd say it's because of the "break" in your while loop with
O.run(5000,True) triax.goal2+=delta_stress.... (Such commands will then
be executed only once...)
In addition to this Python remark, please try your best next time to more shorten your script code.
Anything linked with variable recording (your recorder() function, VTK Recorder engine..) is not related with your problem and only reduces your chances getting an answer (as it reduces the chances people will give a close look to lengthy codes)
--
You received this question notification because your team yade-users is
an answer contact for Yade.