Re: [Yade-dev] Shop::unbalancedForce

2008-09-24 Thread Bruno Chareyre
Václav Šmilauer a écrit : It looks correct. Usage is restricted to NormalShearInteractions (I guess yes), or can we cast different Interaction types to this? Well, ElasticContactInteraction (for instance) derives from NormalShearInteraction (which in turn derives from NormalInteraction).

Re: [Yade-dev] Shop::unbalancedForce

2008-09-24 Thread Václav Šmilauer
I also hope that such generic interactions will reduce code duplication (for instance, there is unbalancedForce computation in Triaxial, but now it can use this function). Very good. I get it you modified the class hierarchy, or NormalShearI has been here for a while and I didn't