find source code

Asked by 张文卿

I want to understand how yade works,so I‘m ready to read souce code .But I cann't find the code of"Ig2_Sphere_Sphere_L3Geom"or"Ip2_FrictMat_FrictMat_FrictPhys"or"Law2_L3Geom_FrictPhys_ElPerfPl".Can someone tell me where they are?

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Jan Stránský
Solved:
Last query:
Last reply:
Revision history for this message
Best Jan Stránský (honzik) said :
#1

Hello,

L3Geom is old and unmaintained code, I recommend not to spend time on it

Ip2_FrictMat_FrictMat_FrictPhys is located in yade/pkg/dem/FrictPhys.*pp
files

cheers
Jan

2016-08-14 15:22 GMT+02:00 张文卿 <email address hidden>:

> New question #344674 on Yade:
> https://answers.launchpad.net/yade/+question/344674
>
> I want to understand how yade works,so I‘m ready to read souce code .But I
> cann't find the code of"Ig2_Sphere_Sphere_L3Geom"or"Ip2_FrictMat_FrictMat_
> FrictPhys"or"Law2_L3Geom_FrictPhys_ElPerfPl".Can someone tell me where
> they are?
>
> --
> You received this question notification because your team yade-users is
> an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
张文卿 (sandedadi) said :
#2

Thanks Jan Stránský, that solved my question.