------------------------------------------------------------ revno: 3501 committer: Jan Stransky <[email protected]> timestamp: Wed 2014-10-22 12:13:18 +0200 message: Added documentation of Ig2_Sphere_Polyhedra_ScGeom modified: pkg/dem/Polyhedra_Ig2.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/Polyhedra_Ig2.hpp' --- pkg/dem/Polyhedra_Ig2.hpp 2014-10-22 10:13:18 +0000 +++ pkg/dem/Polyhedra_Ig2.hpp 2014-10-22 10:13:18 +0000 @@ -63,8 +63,8 @@ FUNCTOR2D(Sphere,Polyhedra); DEFINE_FUNCTOR_ORDER_2D(Sphere,Polyhedra); YADE_CLASS_BASE_DOC_ATTRS(Ig2_Sphere_Polyhedra_ScGeom,IGeomFunctor,"Create/update geometry of collision between Sphere and Polyhedra", - ((Real,edgeCoeff,1.0,,"TODO")) - ((Real,vertexCoeff,1.0,,"TODO")) + ((Real,edgeCoeff,1.0,,"multiplier of penetrationDepth when sphere contacts edge (simulating smaller volume of actual intersection or when several polyhedrons has common edge)")) + ((Real,vertexCoeff,1.0,,"multiplier of penetrationDepth when sphere contacts vertex (simulating smaller volume of actual intersection or when several polyhedrons has common vertex)")) ); DECLARE_LOGGER; private:
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

