[Yade-dev] [Bug 576139] Re: stl import does not work

2010-05-06 Thread Václav Šmilauer
Same here, with trunk tip. It worked with r2092 (latest version before the current one that I have installed), I will try to bisect that. ** Changed in: yade Importance: Undecided = Low ** Changed in: yade Status: New = Confirmed -- stl import does not work

Re: [Yade-dev] trying triaxial with clumps..

2010-05-06 Thread Janek Kozicki
Václav Šmilauer said: (by the date of Wed, 05 May 2010 21:57:37 +0200) I tried to modify triax-basic, to use clumps. And it crashed, apparently in TriaxialStressController.cpp:105 BTW I think GlobalStiffnessTimeStepper might compute timestep that will be higher than critical for

Re: [Yade-dev] trying triaxial with clumps..

2010-05-06 Thread Václav Šmilauer
Aha, now it is crashing at InsertionSortCollider.cpp:32 Can you post the script? This is not normal. You had the same crash also for the bulldozer that you reported. It works all fine here. v. ___ Mailing list: https://launchpad.net/~yade-dev

[Yade-dev] [Bug 576139] Re: stl import does not work

2010-05-06 Thread Václav Šmilauer
Fixed in r2204. Thanks for spotting it. ** Changed in: yade Status: Confirmed = Fix Released -- stl import does not work https://bugs.launchpad.net/bugs/576139 You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. Status in Yet

Re: [Yade-dev] trying triaxial with clumps..

2010-05-06 Thread Václav Šmilauer
maybe the automatic test scripts could include this save/load procedure in their tests? It would allow finding this kind of bugs. How would you like to test that? (It can be some obscure class doesn't register an attribute and such) In any case, py/tests/ is open for everybody; and doctests

Re: [Yade-dev] Eigen news

2010-05-06 Thread Václav Šmilauer
You think Rotate method will slow down calculation? As for me, it is very clear to have Rotate method. You do not need to remember, that rotation is quaternion and vector multiplication. It will not be slower at all. It is just that I would like to have the same interface in c++ and

[Yade-dev] [Bug 576139] Re: stl import does not work

2010-05-06 Thread Václav Šmilauer
It was just that I added initialization of Facet::vertices to have size 3, but the STLReader was doing 3x push_back, assuming new Facet has 0 vertices (as it used to be). So new Facets had 6 vertices, but the first 3 were uninitialized and the next 3, which were never used, had the right values in

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 2205: 1. Add backward-compat to Cpm model if from external files

2010-05-06 Thread noreply
revno: 2205 committer: Václav Šmilauer eudo...@arcig.cz branch nick: trunk timestamp: Thu 2010-05-06 17:26:07 +0200 message: 1. Add backward-compat to Cpm model if from external files 2. Complete the eigen wrapper 3. Fix some

[Yade-dev] Eigen is in good shape

2010-05-06 Thread Václav Šmilauer
Hi there, I was testing eigen today on larger simulations. It performs faster by about 15% as already said. I would like you to compile and run yade with eigen,nowm3 features. Eigen is package in libeigen2-dev package that you should install. Add /usr/include/eigen2 to CPPPATH (it is in the

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 2206: Fix inplace operators.

2010-05-06 Thread noreply
revno: 2206 committer: Václav Šmilauer eudo...@arcig.cz branch nick: trunk timestamp: Thu 2010-05-06 18:09:26 +0200 message: Fix inplace operators. modified: py/miniWm3Wrap/manualWrap.cpp -- lp:yade

Re: [Yade-dev] Eigen is in good shape

2010-05-06 Thread Anton Gladky
Vaclav, could you not try to switch on vectorization. I have done it, and it compiles normally and I even can start examples files. I will continue to test it. __ Anton Gladkyy 2010/5/6 Václav Šmilauer eudo...@arcig.cz Hi there, I was testing eigen today on

[Yade-dev] friction dissipation

2010-05-06 Thread chiara modenese
Hi Bruno, could you explain me in formula how did you get the plastic dissipation for the friction component? I see plasticDissipation += (shearDisp+(1/currentContactPhysics-ks)*(shearForce-prevForce)).dot(shearForce) Is shearDisp the total shear displacement, right? I would compute the