Question #681043 on Yade changed: https://answers.launchpad.net/yade/+question/681043
Jan Stránský proposed the following answer: Concerning the searching, you can also use command line tools like grep: cd /path/to/yade/directory grep -R "class.*PolyhedraPhys" grep -R "typedef.*stateVector" grep -R "using.*Se3r" .* means any number of any symbols in regular expression most Yade objects are (in C++) defined with keywords class, typedef or using. cheers Jan -- 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 protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

