------------------------------------------------------------ revno: 3714 committer: Jerome Duriez <[email protected]> timestamp: Fri 2013-09-27 15:31:15 +0200 message: Correction of a broken link in GSTS doc modified: pkg/dem/GlobalStiffnessTimeStepper.hpp
-- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/GlobalStiffnessTimeStepper.hpp' --- pkg/dem/GlobalStiffnessTimeStepper.hpp 2013-09-26 07:51:11 +0000 +++ pkg/dem/GlobalStiffnessTimeStepper.hpp 2013-09-27 13:31:15 +0000 @@ -39,7 +39,7 @@ virtual void computeTimeStep(Scene*); virtual bool isActivated(); YADE_CLASS_BASE_DOC_ATTRS_CTOR( - GlobalStiffnessTimeStepper,TimeStepper,"An engine assigning the time-step as a fraction of the minimum eigen-period in the problem. The derivation is detailed in the chapter on `DEM formulation <https://www.yade-dem.org/doc/formulation.html#dem-simulations>`_. The viscEl option enables to evaluate the timestep in a similar way for the visco-elastic contact law :yref:`Law2_ScGeom_ViscElPhys_Basic`, more detail in :yref:`GlobalStiffnessTimestepper::viscEl`. ", + GlobalStiffnessTimeStepper,TimeStepper,"An engine assigning the time-step as a fraction of the minimum eigen-period in the problem. The derivation is detailed in the chapter on `DEM formulation <https://www.yade-dem.org/doc/current/formulation.html#dem-simulations>`_. The viscEl option enables to evaluate the timestep in a similar way for the visco-elastic contact law :yref:`Law2_ScGeom_ViscElPhys_Basic`, more detail in :yref:`GlobalStiffnessTimestepper::viscEl`. ", ((Real,defaultDt,-1,,"used as the initial value of the timestep (especially useful in the first steps when no contact exist). If negative, it will be defined by :yref:`utils.PWaveTimeStep` * :yref:`GlobalStiffnessTimeStepper::timestepSafetyCoefficient`")) ((Real,maxDt,Mathr::MAX_REAL,,"if positive, used as max value of the timestep whatever the computed value")) ((Real,previousDt,1,,"last computed dt |yupdate|"))
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

