[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 2146: - Add of a script NormalInelasticityTest to test ... the NormalInelasticityLaw (Law2_ScGeom_Norma...

2010-04-15 Thread noreply
revno: 2146 committer: jduriez branch nick: trunk timestamp: Thu 2010-04-15 18:33:51 +0200 message: - Add of a script NormalInelasticityTest to test ... the NormalInelasticityLaw (Law2_ScGeom_NormalInelasticityPhys_NormalInelasticity)

[Yade-dev] [Bug 563894] [NEW] New container causes different results between r2091 and r2092

2010-04-15 Thread Anton Gladky
Public bug reported: As discussed http://www.mail-archive.com/yade-dev@lists.launchpad.net/msg03202.html r2091 and r2092 gives different results. Attached script shows that. r2091 output: 17716 17716 17716 r2092 output: 18519 18519 18539 This is the number of cohesive contacts inside the spec

Re: [Yade-dev] yade.plot

2010-04-15 Thread Václav Šmilauer
> I have a strange behaviour of yade.plot module. > If I import it, then I need press any key after each execution of > PeriodicPythonRunner command... Depends what you execute inside the engine. Have a look at pylab.ion() and ioff() (interactive on/off) in matplotlib docs, if that helps. > What h

Re: [Yade-dev] [Yade-users] Python script : i.phys=NoneType ??

2010-04-15 Thread chiara modenese
On 15 April 2010 15:57, Jerome Duriez wrote: > > > Václav Šmilauer a écrit : > > Spheres have exactly 0 contact, so then you get in finite precision >> numerics as to whether the contact will be real in the first step (which >> is not, obviously). So they might not be in contact until you move t

[Yade-dev] [Bug 563894] Re: New container causes different results between r2091 and r2092

2010-04-15 Thread Anton Gladky
** Attachment added: "test.py" http://launchpadlibrarian.net/44275029/test.py -- New container causes different results between r2091 and r2092 https://bugs.launchpad.net/bugs/563894 You received this bug notification because you are a member of Yade developers, which is subscribed to Yade.

[Yade-dev] yade.plot

2010-04-15 Thread Sergei D.
Hi (Vaclav). I have a strange behaviour of yade.plot module. If I import it, then I need press any key after each execution of PeriodicPythonRunner command... What happens here? And can I see a "live" graph from yade, without stop execution of script? S. ___

Re: [Yade-dev] facetCylinder orientation

2010-04-15 Thread Anton Gladky
Oops, you are right, "closed" flag needs to be deleted already. Thank you. __ Anton Gladkyy 2010/4/15 Anton Gladky > Hi, > > it is ok for me. > > But the problem is that utils.box and utils.facetBox are also using > quaternion-parameter for orientation. > It is bett

Re: [Yade-dev] facetCylinder orientation

2010-04-15 Thread Anton Gladky
Hi, it is ok for me. But the problem is that utils.box and utils.facetBox are also using quaternion-parameter for orientation. It is better to keep everything in one style. If we do it with facetCylinder, we have to do it and with other stuff. Anton 2010/4/15 Sergei D. > Hello! > Can we repla

[Yade-dev] facetCylinder orientation

2010-04-15 Thread Sergei D.
Hello! Can we replace orientation by quaternion for orientation by axis in utils.facetCylinder? Seems, it will be more simple for users. Diff is attached. S. === modified file 'py/utils.py' --- py/utils.py 2010-04-10 15:11:48 + +++ py/utils.py 2010-04-15 09:47:06 + @@ -304,7 +304,7 @@ i

[Yade-dev] [Bug 394687] Re: different results for same initial simulation (uninitialized values?)

2010-04-15 Thread Anton Gladky
I have added the tarball with several files. If you start test.py just by normal way 'yade-trunk test.py' the last result string is 20914 (almost total output is in 'notable'). If the same script is started with yade-multi and multi-table, the last result string is 21068 (test.test1.log and test

[Yade-dev] [Bug 528509] Re: GenGeo module crashes when imported in yade (not in pure python)

2010-04-15 Thread Anton Gladky
Thank you! It is working now. -- GenGeo module crashes when imported in yade (not in pure python) https://bugs.launchpad.net/bugs/528509 You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. Status in Yet Another Dynamic Engine: Fix Released

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 2145: - Flow Code Maintenance

2010-04-15 Thread noreply
revno: 2145 committer: Emanuele Catalano branch nick: trunk timestamp: Thu 2010-04-15 12:41:33 +0200 message: - Flow Code Maintenance - Introduced local permeabilities' correction agent modified: lib/triangulation/FlowBoundingSpher

Re: [Yade-dev] Did I break my system?

2010-04-15 Thread Václav Šmilauer
> I solved my problem by changing my gcc to 4.3. Was using 4.1 earlier on for > my plugin. that explains it. gcc 4.1 didn't have omp support at all (and somehow ld refuses to use libgomp without it). v ___ Mailing list: https://launchpad.net/~yade-d