← Back to team overview

yade-users team mailing list archive

Re: [Question #403204]: position of spheres in periodic cell

 

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

    Status: Open => Answered

Bruno Chareyre proposed the following answer:
PBC are a bit complicated to explain. Please make sure to read the
documentation on PBC and if something is still not clear be specific on
what it is.

The problem in you loop is the same as in
for k in [1,2,3]:
    x=k

the above loop is useless since it is equivalent to
x=3

Bruno

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