Re: [Yade-dev] Some other clump issues

2013-08-21 Thread Christian Jakob
Hi Klaus, Zitat von Klaus Thoeni klaus.tho...@gmail.com: Hi guys I really like the idea of having clump properties updated, thanks Christian. However, I found a little problem: line 121-122 in Clump.cpp. Clumps with no physical overlap are detected with intersecting=true, i.e. try this and

[Yade-dev] buildbot failure in Yade on yade-full

2013-08-21 Thread buildbot
The Buildbot has detected a failed build on builder yade-full while building yade. Full details are available at: http://yade-dem.org/buildbot/builders/yade-full/builds/2101 Buildbot URL: http://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul5 Build Reason: scheduler Build Source

Re: [Yade-dev] Some other clump issues

2013-08-21 Thread Bruno Chareyre
There should be no overlap but it seems that updateProperties is called. I guess it is because of the numerical rounding error in line 121. The check in line 122 un0 should probably be changed to something like un-0.001*min(r1,r2) with a tolerance. What do you think? If you think it can

[Yade-dev] buildbot failure in Yade on yade-full

2013-08-21 Thread buildbot
The Buildbot has detected a failed build on builder yade-full while building yade. Full details are available at: http://yade-dem.org/buildbot/builders/yade-full/builds/2102 Buildbot URL: http://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul5 Build Reason: scheduler Build Source

Re: [Yade-dev] Some update in example scripts and yade features

2013-08-21 Thread Bruno Chareyre
Hi Klaus, and all (notes for François and Christian below) I just randomly tried a few example scripts and some needed an update. There is still more to update: - I think we should change all randomDense-packs to returnSpherePack=True in order to avoid the warning and troubles in the future

[Yade-dev] Yade 2.00?

2013-08-21 Thread Bruno Chareyre
Hi Anton, Do you think it is now possible to package yade properly including the FlowEngine code, and to distribute binary versions of it? Since it significantly increases the dependencies, do you think there could be two packages, yade and yade-fluid (like we had yade and yade-debug before)?

Re: [Yade-dev] Yade 2.00?

2013-08-21 Thread Anton Gladky
Hi Bruno, just wanted to write about it :) I am working on packages with flow-engine now. I should be ready soon. We will probably need to remove Lucid-packages. The distribution is already pretty old and there are some problems with dependencies. Packages for other Ubuntu-distribution will

[Yade-dev] buildbot failure in Yade on yade-clang

2013-08-21 Thread buildbot
The Buildbot has detected a failed build on builder yade-clang while building Yade. Full details are available at: http://yade-dem.org/buildbot/builders/yade-clang/builds/172 Buildbot URL: http://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul5 Build Reason: The Nightly scheduler

[Yade-dev] buildbot failure in Yade on yade-full

2013-08-21 Thread buildbot
The Buildbot has detected a failed build on builder yade-full while building Yade. Full details are available at: http://yade-dem.org/buildbot/builders/yade-full/builds/2103 Buildbot URL: http://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul5 Build Reason: The Nightly scheduler

[Yade-dev] Logging and debugging

2013-08-21 Thread Klaus Thoeni
Hi guys log4cxx feature and yade.log module are not available any more, right? So how do you print your logs? I am used to use something like this in my scripts: import yade.log yade.log.setLevel('TheClassOfWhichLoggerYouWantToSet',yade.log.TRACE) One can cmake with -DDEBUG=ON which should

Re: [Yade-dev] Logging and debugging

2013-08-21 Thread Anton Gladky
Hi Klaus, 2013/8/22 Klaus Thoeni klaus.tho...@gmail.com Hi guys log4cxx feature and yade.log module are not available any more, right? So how do you print your logs? I am used to use something like this in my scripts: import yade.log