Re: [Yade-dev] ML yade-users closing proposal

2009-12-10 Thread Sergei D.
> I have next proposal. What about closing yade-users mailing list, but use > https://answers.launchpad.net/yade instead of? > I thins it is more efficient, than ML. It allows to search over all > questions asked before. Also it is good to avoid mess in ML. > But users ML can be used not only fo

Re: [Yade-dev] ML yade-users closing proposal

2009-12-10 Thread Václav Šmilauer
> I have next proposal. What about closing yade-users mailing list, but > use https://answers.launchpad.net/yade instead of? > I thins it is more efficient, than ML. It allows to search over all > questions asked before. Also it is good to avoid mess in ML. We could use the answers interface, but

[Yade-dev] ML yade-users closing proposal

2009-12-10 Thread Anton Gladky
Hi, all! I have next proposal. What about closing yade-users mailing list, but use https://answers.launchpad.net/yade instead of? I thins it is more efficient, than ML. It allows to search over all questions asked before. Also it is good to avoid mess in ML. __ Anton

[Yade-dev] [Bug 495358] Re: problem importing spheres from ASCII file

2009-12-10 Thread Václav Šmilauer
r1888 ** Changed in: yade Status: Confirmed => Fix Released -- problem importing spheres from ASCII file https://bugs.launchpad.net/bugs/495358 You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. Status in Yet Another Dynamic Engin

[Yade-dev] [Bug 495358] Re: problem importing spheres from ASCII file

2009-12-10 Thread Launchpad Bug Tracker
** Branch linked: lp:yade -- problem importing spheres from ASCII file https://bugs.launchpad.net/bugs/495358 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 Bug description: ubuntu k

[Yade-dev] [Bug 495358] Re: problem importing spheres from ASCII file

2009-12-10 Thread Anton Gladky
r1887 fixes this bug ** Changed in: yade Status: New => Confirmed -- problem importing spheres from ASCII file https://bugs.launchpad.net/bugs/495358 You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. Status in Yet Another Dynamic

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1888: 1. Fix https://bugs.launchpad.net/bugs/495358 (seems like concurrent access with Anton ; -) )

2009-12-10 Thread noreply
revno: 1888 committer: Václav Šmilauer branch nick: trunk timestamp: Fri 2009-12-11 08:27:29 +0100 message: 1. Fix https://bugs.launchpad.net/bugs/495358 (seems like concurrent access with Anton ;-) ) 2. Add mask check to the collid

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1887: Trivial bug fix 318439

2009-12-10 Thread noreply
revno: 1887 committer: Anton Gladky branch nick: trunk timestamp: Fri 2009-12-11 08:25:18 +0100 message: Trivial bug fix 318439 modified: py/ymport.py -- lp:yade https://code.launchpad.net/~yade-dev/yade/trunk Your team Yade devel

[Yade-dev] [Bug 495358] Re: problem importing spheres from ASCII file

2009-12-10 Thread Luc Scholtès
** Attachment added: "ascii file" http://launchpadlibrarian.net/36684628/testImport.spheres -- problem importing spheres from ASCII file https://bugs.launchpad.net/bugs/495358 You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. Status

[Yade-dev] [Bug 495358] [NEW] problem importing spheres from ASCII file

2009-12-10 Thread Luc Scholtès
Public bug reported: ubuntu karmic yade version 1886 I get this error message when I try to import spheres from an ascci file,: TypeError: No registered converter was able to produce a C++ rvalue of type boost::shared_ptr from this Python object of type int and the simulation does not run, even

Re: [Yade-dev] PeriTriaxController

2009-12-10 Thread Bruno Chareyre
I am not as confident as you. Imagine spheres that do not overlap on a regular grid. If you impose a shear rate at constant volume (without gravity) by making the displacement of each sphere proportional to their height (the total height of the cell remain constant), I think that the spheres

Re: [Yade-dev] PeriTriaxController

2009-12-10 Thread Václav Šmilauer
> I am not as confident as you. Imagine spheres that do not overlap on a > regular grid. > If you impose a shear rate at constant volume (without gravity) by making the > displacement of each sphere proportional to their height (the total height of > the cell remain constant), I think that the s

Re: [Yade-dev] PeriTriaxController

2009-12-10 Thread Vincent Richefeu
Bruno, I am not as confident as you. Imagine spheres that do not overlap on a regular grid. If you impose a shear rate at constant volume (without gravity) by making the displacement of each sphere proportional to their height (the total height of the cell remain constant), I think that the sph

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1886: small update examples/STLImportedTest.py

2009-12-10 Thread noreply
revno: 1886 committer: Sergei D. branch nick: trunk timestamp: Thu 2009-12-10 18:26:07 +0300 message: small update examples/STLImportedTest.py modified: examples/STLImporterTest.py -- lp:yade https://code.launchpad.net/~yade-dev/ya

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1885: STLImporter returns a vector imported facets instead of adding them directly

2009-12-10 Thread noreply
revno: 1885 committer: Sergei D. branch nick: trunk timestamp: Thu 2009-12-10 18:13:23 +0300 message: STLImporter returns a vector imported facets instead of adding them directly utils._commonBodySetup does not reset body id. modifie

Re: [Yade-dev] PeriTriaxController

2009-12-10 Thread Bruno Chareyre
I commited that code the day before yesterday, see NewtonIntegrator::homotheticCellResize; it all happens inside leapfrogTranslate. (Sega, thanks for the code cleanup in the integrator, now it looks really beautiful!) Oh, Ok. Great! We can start playing with that. B v ___

Re: [Yade-dev] PeriTriaxController

2009-12-10 Thread Václav Šmilauer
> It is totally equivalent for me, but proportional displacement seems > easier and more robust (no risk of resetting the speed in an engine > before it is actually computed, no special cases in Newton's law,...). > I would go for proportional instantaneous displacement. > > So, the scheme is : >

Re: [Yade-dev] PeriTriaxController

2009-12-10 Thread Bruno Chareyre
Displacement/velocity? It is totally equivalent for me, but proportional displacement seems easier and more robust (no risk of resetting the speed in an engine before it is actually computed, no special cases in Newton's law,...). I would go for proportional instantaneous displacement. So, th

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1884: ymport.mesh was renamed back to ymport.gmsh

2009-12-10 Thread noreply
revno: 1884 committer: Anton Gladky branch nick: trunk timestamp: Thu 2009-12-10 13:02:39 +0100 message: ymport.mesh was renamed back to ymport.gmsh modified: py/ymport.py scripts/test/regular-sphere-pack.py -- lp:yade https://co

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1883: ymport.gmsh function was renamed to ymport.mesh one

2009-12-10 Thread Václav Šmilauer
> You mean, it is better to rename it back? Yes, I would almost think so... ymport.gmsh makes it clear that it imports meshes from gmsh. Cheers, Vaclav > > Or something like meshFormat? > __ > > Anton Gladkyy > > > 2009/12/10 Václav Šmilauer mailto:eudo...@arcig.cz>> >

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1883: ymport.gmsh function was renamed to ymport.mesh one

2009-12-10 Thread Anton Gladky
You mean, it is better to rename it back? Or something like meshFormat? __ Anton Gladkyy 2009/12/10 Václav Šmilauer > > > message: > > ymport.gmsh function was renamed to ymport.mesh one > > > Sorry, but this doesn't make much sense to me. Almost everything you >

[Yade-dev] Fwd: [Yade-users] From Blender2YADE

2009-12-10 Thread Vincent Richefeu
Début du message réexpédié : > De : Vincent Richefeu > Date : 10 décembre 2009 09:43:19 HNEC > À : Sergei D. > Objet : Rép : [Yade-users] From Blender2YADE > > Hi (Anton), > > Could you please briefly specify what is imported into what? > I suppose that only triangles (tri-nodes) are importe

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1883: ymport.gmsh function was renamed to ymport.mesh one

2009-12-10 Thread Václav Šmilauer
> message: > ymport.gmsh function was renamed to ymport.mesh one > Sorry, but this doesn't make much sense to me. Almost everything you import is a mesh (gmsh, stl, gts, ...), so it might look that this function just imports any mesh. I think it doesn't make much difference that gmsh happens