← Back to team overview

yade-users team mailing list archive

Re: [Question #293445]: Polyhedra Elements, Infinite Loop.

 

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

MikeZhao gave more information on the question:
The new engine is as following:
O.engines = [
	ForceResetter(),
	InsertionSortCollider([Bo1_Polyhedra_Aabb()]),
	InteractionLoop(
		[Ig2_Polyhedra_Polyhedra_PolyhedraGeom()],
		[Ip2_PolyhedraMat_PolyhedraMat_PolyhedraPhys()],
		[Law2_PolyhedraGeom_PolyhedraPhys_Volumetric()]
	),
	NewtonIntegrator(damping=0),
]

According to my test, this bug happens during Yade.O.step().

I have added several cout codes at the begining and the end of several
places. It turns out that this bug doesn't locate in
Ig2_Polyhedra_Polyhedra_PolyhedraGeom::go,
Ip2_PolyhedraMat_PolyhedraMat_PolyhedraPhys::go or
Law2_PolyhedraGeom_PolyhedraPhys_Volumetric::go.

Could anybody tell me where this bug possibly locate? Thanks a lot.

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