← Back to team overview

yade-dev team mailing list archive

Re: wm3-eigen glue

 

> It is already possible to start regular-sphere-pack.py, it generates
> spheres, facets etc..
> But "Segmentation fault" appears after simulation start :(
You have to run in debugger, if the buil-tin handler is not called:

gdb python
(gdb) run /usr/local/bin/yade-trunk-eigen regular-sphere-pack.py

then make crash and see where it crashed.

I fixed thowse crashes, see commit log. After 1st step, all particles
fly to nowhere. Probably some issue in the integrator. You have to
investigate that. Possible matrix/vector multiplication etc issue, that
is not covered in test2.cpp at all. Try to make that one as complete as
possible, then it whould be fairly easy to spot where it goes wrong.

Cheers, Vaclav





Follow ups

References