CHOLMOD error

Asked by Ehsan Izadi

Hi,

I've filled a cuboid shape with spheres using internal compaction. details are here: https://answers.launchpad.net/yade/+question/240920

Now I want to use flowEngine to simulate erosion of soil due to water flow.
When I do one step of simulation with flow engine, I get this error:

------------------------------------
....
20002 : Vh==NULL!! id=20002 Point=0.0970011 0.107723 0.0096918 rad=0.00285875
20003 : Vh==NULL!! id=20003 Point=-0.197146 0.0352237 0.0659947 rad=0.00285861
20004 : Vh==NULL!! id=20004 Point=0.153223 0.051602 0.0806164 rad=0.00285847
20005 : Vh==NULL!! id=20005 Point=-0.065848 -0.128071 0.0327707 rad=0.00285833
CHOLMOD error: invalid xtype
CHOLMOD error: argument missing
Segmentation fault (core dumped)

---------------------------------

Note that my code works well when I keep flow engine off.

If you need to see my code, I can provide it.

Thanks,
Ehsan

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
Best Bruno Chareyre (bruno-chareyre) said :
#1

Probably an inconsistent definition of the boundaries of the problem, but I will need to check your script to understand better Ehsan. You can send it to me directly, together with the stl file so I can test it.

Bruno

Revision history for this message
Ehsan Izadi (ehsan-izadi) said :
#2

Thanks Bruno Chareyre, that solved my question.