Re: [Yade-dev] : Avoid new contact detection between group of particle

2012-01-10 Thread Anton Gladky
Hi Klaus, one of possible solutions is to use "groupMask', which is bitmask. For example, you have 3 groups of particles. 1 and 2, 2 and 3 should interact, otherwise 1 and 3 should not. In this case bitmask can be so written: 16 8 4 2 1 1) 1 0 0 1 0= 17 2) 0 1 0 1 1= 11 3) 0

[Yade-dev] : Avoid new contact detection between group of particle

2012-01-10 Thread Klaus Thoeni
Hi guys, I have a tricky question. How can I avoid new contact detection between a group of particles? For my WireMP a first create particles which represent the net. Second, I create a link between particle since particle interact remotely (there is no physical contact between these particles

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 2989: DomainLimiter:

2012-01-10 Thread noreply
revno: 2989 committer: Anton Gladky branch nick: yade timestamp: Tue 2012-01-10 10:39:47 +0100 message: DomainLimiter: * Delete spheres only * Add mass calculation * Add volume calculation * Add mask-parameter SpheresFacto