Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-12 Thread Jan Stránský
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 Status: Needs information => Answered Jan Stránský proposed the following answer: Hi Mike, using pure yade, it resulted in segmentation fault in my case. However, I noticed that the polyhedrons are really

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-11 Thread Bruno Chareyre
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 Status: Open => Needs information Bruno Chareyre requested more information: Hi, Thanks for the script but in fact it does not show the bug, since you add "After calling O.step() for several times, this

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-09 Thread MikeZhao
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 MikeZhao gave more information on the question: Hi, I have tried to reproduce this bug, and the script is as following:## from libyade import yade from yade import * mat =

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-09 Thread MikeZhao
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 MikeZhao gave more information on the question: I will try if I could provide an example. -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-09 Thread MikeZhao
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 Status: Answered => Open MikeZhao is still having a problem: Eh, it is hard for me to provide an example, since I was building a FE- DE model, another FEM software OOFEM is included in my calculation. But

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-09 Thread Jan Stránský
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 Status: Open => Answered Jan Stránský proposed the following answer: Hi Mike, could you please provide a complete script which does this problem? Thanks Jan 2016-05-09 7:52 GMT+02:00 MikeZhao

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-08 Thread MikeZhao
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 MikeZhao gave more information on the question: The new engine is as following: O.engines = [ ForceResetter(), InsertionSortCollider([Bo1_Polyhedra_Aabb()]), InteractionLoop(

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-08 Thread MikeZhao
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 Status: Answered => Open MikeZhao is still having a problem: I have updated yade, using trunk-master. However, this problem still exists: The speed of my calculation is about 5 steps per second, however

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-08 Thread Anton Gladky
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 Anton Gladky proposed the following answer: You can try yadedaily which is updating permanently now for most supported Debian-based distributions. Best regards Anton -- You received this question

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-08 Thread Jan Stránský
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 Status: Open => Answered Jan Stránský proposed the following answer: Hi Mike, according to PolyhedraVolumetricLaw (which was renamed to Law2_PolyhedraGeom_PolyhedraPhys_Volumetric), it seems you have an

[Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-08 Thread MikeZhao
New question #293445 on Yade: https://answers.launchpad.net/yade/+question/293445 I have been working on building finite-discrete element model to simulate fracture generation, and polyhedra elements in yade are used for DEM. After several steps, it seems that an infinite loop occurs when