Re: [Yade-users] [Question #482400]: index out of range

2017-03-21 Thread sunwei
Question #482400 on Yade changed: https://answers.launchpad.net/yade/+question/482400 Status: Solved => Open sunwei is still having a problem: now I input Yade [1]: import sys Yade [2]: sys.path.append('/home/thusunwei/myyade/trunk/py/FEMxDEM') Yade [3]: from yadeimport imp

Re: [Yade-users] [Question #482400]: index out of range

2017-03-06 Thread sunwei
Question #482400 on Yade changed: https://answers.launchpad.net/yade/+question/482400 Status: Answered => Solved sunwei confirmed that the question is solved: thank you jan. That solves my problem. The reason why i import Yade into Yade session is to take Yade as an object to cou

Re: [Yade-users] [Question #483523]: concurrent multiscale method by coupling YADE with FEM

2017-03-06 Thread sunwei
Question #483523 on Yade changed: https://answers.launchpad.net/yade/+question/483523 sunwei posted a new comment: thank you to Bruno Chareyre, too. -- You received this question notification because your team yade-users is an answer contact for Yade

Re: [Yade-users] [Question #483523]: concurrent multiscale method by coupling YADE with FEM

2017-03-06 Thread sunwei
Question #483523 on Yade changed: https://answers.launchpad.net/yade/+question/483523 Status: Answered => Solved sunwei confirmed that the question is solved: Thank you very much. jan. my email address is sunweimov...@126.com. i had send you emails. thanks! -- You received this quest

Re: [Yade-users] [Question #483523]: concurrent multiscale method by coupling YADE with FEM

2017-03-03 Thread sunwei
Question #483523 on Yade changed: https://answers.launchpad.net/yade/+question/483523 sunwei posted a new comment: yeah,i know this coupling paradigm. but it is a type of semi-concurrent multiscale method.now I aim to develop a concurrent multiscale method combined DEM with FEM. Are there any

Re: [Yade-users] [Question #482400]: index out of range

2017-02-25 Thread sunwei
Question #482400 on Yade changed: https://answers.launchpad.net/yade/+question/482400 sunwei posted a new comment: the complete error is as follows: Yade [1]: import sys Yade [2]: sys.path.append('/home/thusunwei/myyade/trunk/py/FEMxDEM') Yade [3]: from yadeimport import

Re: [Yade-users] [Question #482400]: index out of range

2017-02-24 Thread sunwei
Question #482400 on Yade changed: https://answers.launchpad.net/yade/+question/482400 sunwei posted a new comment: in fact, i had already installed it. so it doesn't work. it still has the" index out of range" problem. -- You received this question notification because your team

[Yade-users] [Question #483523]: concurrent multiscale method by coupling YADE with FEM

2017-02-24 Thread sunwei
New question #483523 on Yade: https://answers.launchpad.net/yade/+question/483523 Now i want to couple Yade with any FEM to realize the concurrent multiscale simulation. I Had read some references like "OPEN SOURCE FEM-DEM COUPLING" by J. Stransk ´ y ´ . But I still cannot understand it. can

[Yade-users] [Question #482400]: index out of range

2017-02-23 Thread sunwei
New question #482400 on Yade: https://answers.launchpad.net/yade/+question/482400 when i want to Import Yade in other Python applications, i do the command as https://www.yade-dem.org/doc/user.html#python-specialties-and-tricks: $ cd /path/where/you/want/yadeimport $ ln -s

Re: [Yade-users] [Question #466547]: vetletDist is set to 0 because no spheres were found

2017-02-22 Thread sunwei
Question #466547 on Yade changed: https://answers.launchpad.net/yade/+question/466547 Status: Answered => Solved sunwei confirmed that the question is solved: it is my fault. i name the file as "bouncing sphere.py ". the space in the file name cannot be recoginized by yade. a

Re: [Yade-users] [Question #466547]: vetletDist is set to 0 because no spheres were found

2017-02-20 Thread sunwei
Question #466547 on Yade changed: https://answers.launchpad.net/yade/+question/466547 sunwei posted a new comment: when i modify the bouncing sphere.py to: O.bodies.append([ sphere(center=(0,0,0),radius=.5,fixed=True), sphere((0,0,2),.5) ]) the error is the same, so the problem

Re: [Yade-users] [Question #466547]: vetletDist is set to 0 because no spheres were found

2017-02-20 Thread sunwei
Question #466547 on Yade changed: https://answers.launchpad.net/yade/+question/466547 sunwei posted a new comment: oh sorry .i am sure that yade has read my scripts. i type "yadedaily bouncing sphere.py ", which has no problem. but why in my computer the error remains? -- Yo

[Yade-users] [Question #466547]: vetletDist is set to 0 because no spheres were found

2017-02-20 Thread sunwei
New question #466547 on Yade: https://answers.launchpad.net/yade/+question/466547 i had installed yadedaily in my unbuntu 14.0 system. When i operates the example script-bouncing sphere, gravity deposition or oedometric test, the same error confuses me a lot. in the terminal i input "yadedaily

Re: [Yade-users] [Question #455151]: compilation problems

2017-02-14 Thread sunwei
Question #455151 on Yade changed: https://answers.launchpad.net/yade/+question/455151 sunwei posted a new comment: thanks to Jérôme Duriez, too. -- You received this question notification because your team yade-users is an answer contact for Yade

Re: [Yade-users] [Question #455151]: compilation problems

2017-02-14 Thread sunwei
Question #455151 on Yade changed: https://answers.launchpad.net/yade/+question/455151 Status: Answered => Solved sunwei confirmed that the question is solved: Thanks Anton Gladky, that solved my question. -- You received this question notification because your team yade-users is an ans

Re: [Yade-users] [Question #455151]: compilation problems

2017-02-12 Thread sunwei
Question #455151 on Yade changed: https://answers.launchpad.net/yade/+question/455151 sunwei posted a new comment: but how to install QT5-dev packages? i read the the installation page of the Yade documentation, but it did not introduce the installation method. you know, i am not familiar

[Yade-users] [Question #455151]: compilation problems

2017-02-12 Thread sunwei
New question #455151 on Yade: https://answers.launchpad.net/yade/+question/455151 i encountered the same problem like https://answers.launchpad.net/yade/+question/228440, but its solution cannot slove my problem. i operated as follows: cd ~/myyade git clone g...@github.com:username/trunk.git #