Re: [Yade-users] [Question #682290]: the correct use of collider.avoidSelfInteractionMask ?

2019-08-30 Thread Bruno Chareyre
Question #682290 on Yade changed: https://answers.launchpad.net/yade/+question/682290 Bruno Chareyre posted a new comment: >so results only controled from bit in position 0 at right side little endian vs. big endian?... The most suprizing in all this is that Luc can reproduce the problem on

Re: [Yade-users] [Question #682290]: the correct use of collider.avoidSelfInteractionMask ?

2019-08-30 Thread Janek Kozicki
Question #682290 on Yade changed: https://answers.launchpad.net/yade/+question/682290 Janek Kozicki posted a new comment: I just had another idea: maybe it depends on the linux kernel version. There were several vulnerabilities discovered in Intel processors. One of the called „rowhammer” was a

Re: [Yade-users] [Question #683489]: can not see particles in "show 3D"

2019-08-30 Thread Robert Caulk
Question #683489 on Yade changed: https://answers.launchpad.net/yade/+question/683489 Robert Caulk requested more information: >I am trying to make a MWE for you to diagnose, before it, could you please give me some clues to solve it As of right now, I am unable to recreate "Situation 1" using

Re: [Yade-users] [Question #683489]: can not see particles in "show 3D"

2019-08-30 Thread Robert Caulk
Question #683489 on Yade changed: https://answers.launchpad.net/yade/+question/683489 Status: Open => Answered Robert Caulk proposed the following answer: Thanks for the proper MWE :-) The solution, reload the 3D view. Cheers, Robert -- You received this question notification because

Re: [Yade-users] [Question #683489]: can not see particles in "show 3D"

2019-08-30 Thread Jérôme Duriez
Question #683489 on Yade changed: https://answers.launchpad.net/yade/+question/683489 Jérôme Duriez proposed the following answer: Hi, It has to do with "clipping planes" properties and (from my experience) the order of (inserting bodies) - (calling for the 3D view) operations (though I do not

Re: [Yade-users] [Question #683526]: Interaction problem between two bodies - Direct Shear

2019-08-30 Thread Robert Caulk
Question #683526 on Yade changed: https://answers.launchpad.net/yade/+question/683526 Status: Open => Needs information Robert Caulk requested more information: In an effort to increase the sustainability of this knowledge base, please copy and paste the code here instead of using a link.

Re: [Yade-users] [Question #682290]: the correct use of collider.avoidSelfInteractionMask ?

2019-08-30 Thread Luc OGER
Question #682290 on Yade changed: https://answers.launchpad.net/yade/+question/682290 Luc OGER gave more information on the question: Here the cmake comannd which is really the simplest one : cmake DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX=../install -DPYTHON_VERSION=3

Re: [Yade-users] [Question #683489]: can not see particles in "show 3D"

2019-08-30 Thread Leonard
Question #683489 on Yade changed: https://answers.launchpad.net/yade/+question/683489 Status: Answered => Solved Leonard confirmed that the question is solved: Thanks Robert Caulk, that solved my question. -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #682290]: the correct use of collider.avoidSelfInteractionMask ?

2019-08-30 Thread Janek Kozicki
Question #682290 on Yade changed: https://answers.launchpad.net/yade/+question/682290 Janek Kozicki posted a new comment: in #34 you have pasted CPUINFO. There is line „bugs: ” but this line is missing in #36. And I don’t know if there are no processor bugs, or if you simply did not paste

Re: [Yade-users] [Question #682290]: the correct use of collider.avoidSelfInteractionMask ?

2019-08-30 Thread Luc OGER
Question #682290 on Yade changed: https://answers.launchpad.net/yade/+question/682290 Luc OGER gave more information on the question: here the bug for the new intel AND also the old one: same list!! bugs: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs full old

[Yade-users] [Question #683542]: How does Yade run the script?

2019-08-30 Thread Yuxuan Wen
New question #683542 on Yade: https://answers.launchpad.net/yade/+question/683542 Hello I am trying to run the script but I am little confused on how yade run it. Is the command in the "O.engine" part looped and the other part of the script just run for 1 time? Thank you very much for

Re: [Yade-users] [Question #683526]: Interaction problem between two bodies - Direct Shear

2019-08-30 Thread Akm
Question #683526 on Yade changed: https://answers.launchpad.net/yade/+question/683526 Status: Needs information => Open Akm gave more information on the question: from yade import pack, plot, qt O.reset() #Creating the upper box U_box=geom.facetBox((.2,.1,.8),(.2,.1,.2),wallMask=51)

[Yade-users] [Question #683543]: Undrained triaxial test servo control

2019-08-30 Thread Yuxuan Wen
New question #683543 on Yade: https://answers.launchpad.net/yade/+question/683543 Hello, I want to run the undrained triaxial test and I have tried two servo control mechanism. One control mechanism works but the other doesn't. So I want to ask why one works but the other doesn't while they

Re: [Yade-users] [Question #683511]: meaning of ENABLE_MASK_ARBITRARY

2019-08-30 Thread Jan Stránský
Question #683511 on Yade changed: https://answers.launchpad.net/yade/+question/683511 Status: Open => Answered Jan Stránský proposed the following answer: Hi Luc, TLTR: it is not related to your problem Body.mask in Python or Body::groupMaks in C++ is of type int, which is usually 64 bit

Re: [Yade-users] [Question #683388]: How to clump spheres and facet obtained from stl format

2019-08-30 Thread Irfaan Peerun
Question #683388 on Yade changed: https://answers.launchpad.net/yade/+question/683388 Irfaan Peerun gave more information on the question: Just an update: I have managed to convert the .stl file to .gts using the following command: stl2gts -r < filename.stl > filename.gts gmsh and libgts-bin