← Back to team overview

yade-users team mailing list archive

Re: [Question #663085]: Match Maker - Cohesive Triaxial

 

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

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hi Seti,
as the error says, there should be 3 list in InteractionLoop:

O.engines=[
   ...
   InteractionLoop(
      [Ig2_...()], # 1st list
      [
         Ip2_...().
         Ip2_...(), # here, all Ip2 functors should be in one list, not each one separately (s in the original script)
      ], # 2nd lsit
      [Law2_...()] # 3rd list
   ),
   ...
]

cheers
Jan

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