Error while compiling JCFPM example

Asked by Sergio

Hi again,

In a attemp to learn a little bit more about Yade functionalities, I was reviewing the example located in the trunk folder. I work with yade-daily. When I try to run 'identidicationSpheresOnJoints.py, Yade's output results in error ' name 'JCFpmMat' is not define'.

When I see all the yade.wrapper. posibilities, JCFpm does'nt appear. Why it happens? It is about the Yade version?

Thanks
Sergio

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Bruno Chareyre
Solved:
Last query:
Last reply:
Revision history for this message
Ricardo Pieralisi (ricpieralisi) said :
#1

Maybe is the order to run the py files, to create all the input files properly.,.
first you have to run packInGtsSurface.py
than identificationSpheresOnJoint.py
and finally gravityLoading.py

Revision history for this message
Best Bruno Chareyre (bruno-chareyre) said :
#2

JCFpmMat is present in yade-daily on my computer. You probably did not
update yade-daily for too much time.
You can also compile trunk if you want to be sure sources and scripts
are synchronized.

Bruno

Revision history for this message
Sergio (serrodam4) said :
#3

Thanks Bruno Chareyre, that solved my question.