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

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] Some other clump issues

2013-08-20 Thread Klaus Thoeni
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 you have to wait quite a while: