Re: [Yade-users] [Question #673124]: Triaxial compression test displacement field

2018-08-31 Thread maquankun
Question #673124 on Yade changed: https://answers.launchpad.net/yade/+question/673124 maquankun confirmed that the question is solved: Thanks Bruno Chareyre, that solved my question. -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #673124]: Triaxial compression test displacement field

2018-08-29 Thread Bruno Chareyre
Question #673124 on Yade changed: https://answers.launchpad.net/yade/+question/673124 Bruno Chareyre proposed the following answer: Hi, Your script executes "vtk.exportSpheres(useRef=True,what=[('dspl','b.state.displ()')])" once, and as a consequence you have one vtk snapshot saved. There is

Re: [Yade-users] [Question #673124]: Triaxial compression test displacement field

2018-08-29 Thread Jan Stránský
Question #673124 on Yade changed: https://answers.launchpad.net/yade/+question/673124 Status: Open => Answered Jan Stránský proposed the following answer: Thanks for clarification :-) as you have it, the vtk.exportSpheres is called just once, hence you get only one file.. To get vtk files

Re: [Yade-users] [Question #673124]: Triaxial compression test displacement field

2018-08-29 Thread maquankun
Question #673124 on Yade changed: https://answers.launchpad.net/yade/+question/673124 Status: Needs information => Open maquankun gave more information on the question: Thank you for your attention! When I start running the program, I can only generate a vtk file "-sphere-.vtk" at the

Re: [Yade-users] [Question #673124]: Triaxial compression test displacement field

2018-08-29 Thread Jan Stránský
Question #673124 on Yade changed: https://answers.launchpad.net/yade/+question/673124 Status: Open => Needs information Jan Stránský requested more information: > please tell me where the error is. please tell us what the error is. Cheers Jan -- You received this question notification

[Yade-users] [Question #673124]: Triaxial compression test displacement field

2018-08-29 Thread maquankun
New question #673124 on Yade: https://answers.launchpad.net/yade/+question/673124 I tried to make the displacement field of the second stage of triaxial compression. I have this answer in the following question, but I have not implemented this method. Here is my code, please tell me where the