← Back to team overview

yade-dev team mailing list archive

Re: [Yade-commits] r1290 - in trunk: core extra extra/usct gui/cmd gui/qt3 pkg/common/Engine/EngineUnit pkg/common/Engine/MetaEngine pkg/dem/Engine/DeusExMachina pkg/dem/Engine/EngineUnit pkg/dem/Engine/StandAloneEngine

 

Hello

I would revert this :

 GlobalStiffnessCounter::GlobalStiffnessCounter() : InteractionSolver() , actionForce(new Force) , actionMomentum(new Momentum), actionStiffness(new GlobalStiffness)
 {
-	interval=1;//FIXME very high frequency - not required 
+	interval=100;


Actually, 1 is just the default value. It is currently modified via a 
registered attribute in TriaxialTest (line 614 : 
globalStiffnessCounter->interval = timeStepUpdateInterval;).
The reason to revert is that one day, someone could use this to compute 
timestep, or just stiffness, and nothing would be computed, most of the 
time, for "unknown" reasons...

Bruno


-- 
 
_______________
Chareyre Bruno
Maitre de conference

Institut National Polytechnique de Grenoble
Laboratoire 3S (Soils Solids Structures) - bureau E145
BP 53 - 38041, Grenoble cedex 9 - France
Tél : 33 4 56 52 86 21
Fax : 33 4 76 82 70 43
________________

_______________________________________________
yade-dev mailing list
yade-dev@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-dev

Follow ups