← Back to team overview

yade-users team mailing list archive

Re: [Question #265223]: Unrealistic result of the “TesselationWrapper”

 

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.