← Back to team overview

yade-users team mailing list archive

Re: [Question #669990]: error using saveVtk() to get tesselation geometry

 

Question #669990 on Yade changed:
https://answers.launchpad.net/yade/+question/669990

    Status: Open => Answered

Bruno Chareyre proposed the following answer:
WARNING! rmin>rmax. rmin=1e-11 ,rmax=1.66533e-12
WARNING! rmin>rmax. rmin=1e-11 ,rmax=1.66533e-12
WARNING! rmin>rmax. rmin=1e-11 ,rmax=3.93018e-12
WARNING! rmin>rmax. rmin=1e-11 ,rmax=3.93018e-12
Segmentation fault

In addition, as I was seeing random lines from your last script I found:

def createAggregate(radAgg,clumpNum):
	O.reset()
        .....

then:
	for idx, radAgg in enumerate(aggRadii):
		createAggregate(radAgg, idx)

Which basically means that you keep creating new clumps, adding them to
O.bodies, and finally erasing everything (including O.engines) before
creating the next clump...

Another exotic thing is at the end:
if __name__=="__main__":
	main()

No clue what it's doing. Maybe it is not wrong, but for sure it is not
what we expect in a MWE.

This was supposed to be about saveVtk() but it is much too confused.
I think I'll give up on this question, please really read [1] again if it can help.

B

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.