Question #680203 on Yade changed:
https://answers.launchpad.net/yade/+question/680203

    Status: Open => Answered

Bettina Suhr proposed the following answer:
Hi,

it seems to me your problem is not related to the usage of a cluster.

Reading your error message, the problem is caused by the filterSpherePack() 
function.
In the docs of this function it says: “The packing will be recentered to match 
the predicate and warning is given if the predicate is larger than the 
packing.”  
Your predicate is not larger than your  packing, but has exactly the same 
dimensions (x,y,z coordinate), which might cause the trouble. 
The error message is: 
if dimP[0]>dimS[0] or dimP[1]>dimS[1] or dimP[2]>dimS[2]: 
warnings.warn("Packing's dimension (%s) doesn't fully contain dimension of the 
predicate (%s)."%(dimS,dimP))

Therefore, I would think that you can solve your problem in increasing
the size of your sphere pack in all three dimensions.

Hope it helps,
Bettina

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to