Question #265223 on Yade changed:
https://answers.launchpad.net/yade/+question/265223
Status: Open => Answered
Bruno Chareyre proposed the following answer:
The above sequence define strain by comparing the initial state to the current
state. It makes sense.
If you expect a more incremental vision, you need to update state0 as well.
[For every following 5000 steps]:
TW.setState(1)
TW.defToVtk("strain.vtk")
TW.setState(0)
--
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