← Back to team overview

yade-users team mailing list archive

Re: Enquiry

 

> NewtonIntegrator(damping=0.7,label='Integrator')]

or

> Integrator=utils.typedEngine('NewtonIntegrator')

Yade has so many ways to do each small thing!
Make your choice. :)
I tend to prefer the first one, as it doesn't need an additional line.

There is also brute force:
O.engines[4].damping=0.1

Bruno

p.s. François, please use the "question/answer" interface for future
questions: https://answers.launchpad.net/yade

References