[Yade-dev] [Bug 1774926] Re: error in porosity after erasing bodies

2018-06-04 Thread azim
Hi Bruno, Thank you. I got it: TriaxialStressController.updatePorosity=True print "porosity", TriaxialStressController.porosity thanks again for helping me. Azim -- You received this bug notification because you are a member of Yade developers, which is subscribed to Y

[Yade-dev] [Bug 1774926] Re: error in porosity after erasing bodies

2018-06-04 Thread azim
Hi Bruno thank you for your answer. I looked at [1], I don't get it. >>you should use TriaxialStressController.updatePorosity [1] when and how do we use it ? it returns False!! I mean, do we need to use it in a special position in the code? Thanks Azim -- You received this bug notifi

[Yade-dev] [Bug 1774926] [NEW] error in porosity after erasing bodies

2018-06-03 Thread azim
d66~trusty. [1] https://answers.launchpad.net/yade/+question/669845 Thanks in advance. Azim Script: # -*- coding: utf-8 -*- from yade import pack num_spheres=1000 compFricDegree = 30 targetPorosity = 0.43 finalFricDegree = 30 rate=-0.02 damp=0.2 stabilityThreshold=0.01 young=5e6 mn,mx=Vector3(0,

[Yade-dev] [Bug 1767601] Re: segmentation fault after erasing some particles

2018-05-24 Thread azim
Hi Jérôme Thanks. -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1767601 Title: segmentation fault after erasing some particles Status in Yade: Fix Released Bug description: Dear all, I

[Yade-dev] [Bug 1767601] Re: segmentation fault after erasing some particles

2018-05-22 Thread azim
Hi Jerome I can delete particles without any problem in my newest yadedaily version. it is fixed, am I right? sorry for asking such a beginner question.! thanks -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade.

[Yade-dev] [Bug 1767601] Re: segmentation fault after erasing some particles

2018-05-19 Thread azim
Thank you Jerome, >>This being said, I just hope this will motivate you to dig into the source >>code, happy YADE-ing ! ;-) I really want to, but I don't know what to do.I'm searching and studying in order to learn this things. I will appreciate you if you show me the way or instruct me in the

[Yade-dev] [Bug 1767601] Re: segmentation fault after erasing some particles

2018-05-17 Thread azim
Hi jerome, >>I did not get any segmentation fault. Could you clarify the situation, please >>? that confused me too, I run the same simulation and watch different results. Some times segmentation fault and the other times decreasing the porosity over and over to infinity. you mentioned

[Yade-dev] [Bug 1767601] [NEW] segmentation fault after erasing some particles

2018-04-28 Thread azim
Public bug reported: Dear all, I built a simple script according to script-session1.py (B.Chareyre). I tried to erase some particles, it was done without any problem. but after finishing the simulation, as soon as I tried to run more iterations, it showed segmentation fault and quit yade.