← Back to team overview

yade-users team mailing list archive

collider attributes

 

Hello,

in one script I saw this statement

O.engines = [...
    InsertionSortCollider([...],label='collider')
    ...
  ]

collider.sweepLength = 0.05*rSphere
collider.nBins = 10
collider.binCoeff = 2
collider.histInterval = 10 000
collider.maxRefRelStep = .05

What all that statements (last 5) mean? :-)

thanks

Jan



Follow ups