------------------------------------------------------------ revno: 4014 committer: Klaus Thoeni <[email protected]> timestamp: Tue 2014-06-10 13:36:47 +1000 message: add definition for functor order modified: pkg/dem/FrictViscoPM.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/FrictViscoPM.hpp' --- pkg/dem/FrictViscoPM.hpp 2014-01-24 21:59:41 +0000 +++ pkg/dem/FrictViscoPM.hpp 2014-06-10 03:36:47 +0000 @@ -83,6 +83,7 @@ virtual void go(const shared_ptr<Material>& pp1, const shared_ptr<Material>& pp2, const shared_ptr<Interaction>& interaction); FUNCTOR2D(FrictMat,FrictViscoMat); + DEFINE_FUNCTOR_ORDER_2D(FrictMat,FrictViscoMat); YADE_CLASS_BASE_DOC_ATTRS(Ip2_FrictMat_FrictViscoMat_FrictViscoPhys,IPhysFunctor,"Converts a :yref:`FrictMat` and :yref:`FrictViscoMat` instance to :yref:`FrictViscoPhys` with corresponding parameters. Basically this functor corresponds to :yref:`Ip2_FrictMat_FrictMat_FrictPhys` with the only difference that damping in normal direction can be considered.", ((shared_ptr<MatchMaker>,kn,,,"Instance of :yref:`MatchMaker` determining how to compute interaction's normal contact stiffnesses. If this value is not given the elastic properties (i.e. young) of the two colliding materials are used to calculate the stiffness."))
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

