FEM-DEM - Example TEST error

Asked by Surej Kumar

Hello,

I am trying to test the example of FEMxDEM but getting some error. Can anyone help.
Try to run biaaxialSmooth.py and triaxialRough.py. I did not change anything except making MPI=False.

I am getting the following error

Traceback (most recent call last):
File "triaxialRough.py", line 21 in <module>
prob = MultiScale (domain-mydomain, ng ........)

File "home/s/Desktop/test/msFEM3D.py", line 63, in__init__self.__pde.getSolverotion().setSolverMethid(SolverOptions.DIRECT)
ValueError: Cannot use DIRECT solver methid, the ruuning escript was not compiled with direct solver enabled

I need help to make it run.

Thanks and best regards

Surej.

Question information

Language:
English Edit question
Status:
Answered
For:
Yade Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Surej Kumar (surej) said :
#1

Also see another problem now..

Traceback (most recent call last):
  File "triaxialRough.py", line 10, in <module>
    from saveGauss import saveGauss3D
ImportError: No module named saveGauss

Revision history for this message
whr (huanran-wu) said :
#2

The DIRECT solver error is related to the way you install Escript. See the link below to solve it.
https://answers.launchpad.net/escript-finley/+question/294604

As to the importError about saveGauss, have you put "saveGauss" at the same folder of your script?

Can you help with this problem?

Provide an answer of your own, or ask Surej Kumar for more information if necessary.

To post a message you must log in.