yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10050
Re: [Bug 1229783] Re: Loading clumps takes too much time
2013/10/2 Christian Jakob <1229783@xxxxxxxxxxxxxxxxxx>:
> For intersecting clump member, it will be wrong, because masses are
> considered multiple for intersecting parts.
Why then the loop FOREACH (line 162) does not stop after the first
sphere has been found? If 2 or 3 spheres are interacting, that the moment
will be calculated 2 or 3 times?
--
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1229783
Title:
Loading clumps takes too much time
Status in Yet Another Dynamic Engine:
In Progress
Bug description:
The examples/packs/packs.py hangs in line 46 [1] because
of appendClumped command.
Changing it to "append" fixes the problem. So, it seems,
appendClump has infinite loop somewhere.
[1]
https://github.com/yade/trunk/blob/master/examples/packs/packs.py#L46
To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1229783/+subscriptions
References