← Back to team overview

yade-dev team mailing list archive

[Bug 1057400] Re: new GlobalStiffnessTimeStepper can not be deactivated anymore in O.engines

 

I can't confirm this bug. If on my side I turn dead=1 or active=0, then the timestep is not updated any longer.
I turn the bug invalid. Re-open with an axample script if needed.

Do you really type "GlobalStiffnessTimeStepper.dead=True"?
It may be your problem: "className.attr=... " is meaningless in this context.
You want "objectName.attr=..."

** Changed in: yade
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1057400

Title:
  new GlobalStiffnessTimeStepper can not be deactivated anymore in
  O.engines

Status in Yet Another Dynamic Engine:
  Invalid

Bug description:
  I tried to deactivate GlobalStiffnessTimeStepper in O.engines with

  GlobalStiffnessTimeStepper.dead=True

  or with

  GlobalStiffnessTimeStepper.active=False

  , but this commands will not deactivate it.

  To solve the problem one just have not to declare it in O.engines.

To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1057400/+subscriptions


References