Question #232941 on Yade changed:
https://answers.launchpad.net/yade/+question/232941
Christian Jakob posted a new comment:
Sorry if my suggestions are wrong, I can not check out your script right now.
But I think it is just a problem in order of commands.
If you plot before calculation, you will never get data in your plot.
So this part...
plot.plots={'i':('b0displ')}
plot.plot()
plot.live=True
plot.autozoom=True
O.dt=0.5*PWaveTimeStep()
qt.View()
...should be at the end of your script (after O.run command)
--
You received this question notification because you are a member of
yade-users, which 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