Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Václav Šmilauer
I have a strange error also: RockPress=O.materials.append(RpmMat(young=young,frictionAngle=frictionAngle,poisson=poisson,density=rho,exampleNumber=5)) NameError: name 'RpmMat' is not defined Weird, when did it break? Can you send what I asked Sega for in my last post (yade-trunk -vv etc).

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Anton Gladky
We have just talked to him. Very strange. We cannot start even with r1815! __ [ENG] Best Regards [GER] Mit freundlichen Grüßen [RUS] С наилучшими пожеланиями [UKR] З найкращими побажаннями Anton Gladkyy 2009/12/1 Václav Šmilauer eudo...@arcig.cz I have a strange

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Václav Šmilauer
See the other mail https://lists.launchpad.net/yade-dev/msg02398.html. This I've already seen. v ___ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~yade-dev More help :

Re: [Yade-dev] Accessing bodies from interactions

2009-12-01 Thread Václav Šmilauer
Today, I found myself trying to get velocities of interacting body1 and body2(*), and I realized I couldn't make it, because the metabody is not a parameter of InteractionGeometryEngineUnit::go(). Does someone have a simple solution in mind? Does the new class state affect this problem

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Anton Gladky
My scons.profile-default: PREFIX = '/home/gladk/dem/yade/test/build' debug = True exclude = 'none' features = 'gts,log4cxx,opengl,openmp,vtk' version = 'test' CXXFLAGS = [] SHCCFLAGS = ['-fPIC'] pretty = False __ Anton Gladkyy 2009/12/1 Anton Gladky

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Anton Gladky
gl...@iam004:~/dem/yade/test/build/data$ YADE_DEBUG=1 ./../bin/yade-test Constructing ClassFactory. Constructing SerializableSingleton. 1 [0x7f91f5134800] INFO yade null - core/main/main.cpp:184 main: YADE_DEBUG environment variable is defined, logging level set to DEBUG. 1 [0x7f91f5134800] INFO

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1828: BasicPM.cpp hpp BasicPMTest.py in pkg/dem/meta

2009-12-01 Thread noreply
revno: 1828 committer: CWBoon boo...@hotmail.com branch nick: yade timestamp: Mon 2009-11-30 17:17:35 -0500 message: BasicPM.cpp hpp BasicPMTest.py in pkg/dem/meta added: pkg/dem/meta/BasicPM.cpp pkg/dem/meta/BasicPM.hpp

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1831: BasicPM @ pkg/dem meta

2009-12-01 Thread noreply
Merge authors: Václav Šmilauer (eudoxos) revno: 1831 [merge] committer: CWBoon boo...@hotmail.com branch nick: yade timestamp: Tue 2009-12-01 05:17:57 -0500 message: BasicPM @ pkg/dem meta removed: pkg/dem/BasicPM.cpp

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1830: BasicPM @ pkg/dem

2009-12-01 Thread noreply
revno: 1830 committer: CWBoon boo...@hotmail.com branch nick: yade timestamp: Tue 2009-12-01 05:15:34 -0500 message: BasicPM @ pkg/dem removed: pkg/dem/meta/BasicPM.cpp pkg/dem/meta/BasicPM.hpp pkg/dem/meta/BasicPMTest.py added:

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Sergei D.
In last revs python is auto removed from feature list by scons. May be this is a problem? -- Best regards, Sergei Dorofeenko, Cand. Phys.-Mat. Sci. Institute of Problems of Chemical Physics, Chernogolovka, Moscow region, Russia. e-mail: dorofee...@icp.ac.ru

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Václav Šmilauer
No, it is not needed anymore, python is always on. In last revs python is auto removed from feature list by scons. May be this is a problem? ___ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net Unsubscribe :

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Václav Šmilauer
How come you have no output? This is just useless. I attach what I get here. I need something like that. v gl...@iam004:~/dem/yade/test/build/data$ YADE_DEBUG=1 ./../bin/yade-test Constructing ClassFactory. Constructing SerializableSingleton. 1 [0x7f91f5134800] INFO yade null -

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Anton Gladky
Sorry, I have only what I sent. Can the problem be in PREFIX using? Vaclav, when you make a clean install, all is working for you? __ Anton Gladkyy 2009/12/1 Václav Šmilauer eudo...@arcig.cz How come you have no output? This is just useless. I attach what I get

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Václav Šmilauer
Vaclav, when you make a clean install, all is working for you? OOO!! I just tried and it doesn't, sorry! I will fix that in a moment, I hope :-\ ___ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Anton Gladky
One more notice. The last revision, what provides more-less useful YADE_DEBUG is 1817. 1818 gives, what I sent before. Sorry for annoying :) __ Anton Gladkyy 2009/12/1 Anton Gladky gladky.an...@gmail.com Sorry, I have only what I sent. Can the problem be in

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Sergei D.
Vaclav, when you make a clean install, all is working for you? OOO!! I just tried and it doesn't, sorry! I will fix that in a moment, I hope :-\ Problem revision is 1820. rev1819 works well. -- Best regards, Sergei Dorofeenko, Cand. Phys.-Mat. Sci. Institute of Problems of

Re: [Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1826: 1. Remove implementation of global functions from Tetra.hpp to Tetra.cpp (gave errors on linking ...

2009-12-01 Thread Václav Šmilauer
Problem revision is 1820. rev1819 works well. I know, I used bzr bisect ;-) ___ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~yade-dev More help :

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1833: 1. Fix Sega's and Anton's bug which was introduced in r1820 (keeping return from older version, i...

2009-12-01 Thread noreply
revno: 1833 committer: Václav Šmilauer eudo...@arcig.cz branch nick: trunk timestamp: Tue 2009-12-01 14:11:47 +0100 message: 1. Fix Sega's and Anton's bug which was introduced in r1820 (keeping return from older version, instead of

Re: [Yade-dev] Accessing bodies from interactions

2009-12-01 Thread Bruno Chareyre
since I would like to rename MetaBody to World as well ;-) I vote for scene instead! ;-) Bruno -- ___ Chareyre Bruno Maître de Conférences Grenoble INP Laboratoire 3SR - bureau E145 BP 53 - 38041, Grenoble cedex 9 - France Tél : 33 4 56 52 86 21 Fax : 33 4 76 82 70 43

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1834: 1. CohesiveStateRPMRecorder now derives from the Recorder

2009-12-01 Thread noreply
revno: 1834 committer: Anton Gladky gladky.an...@gmail.com branch nick: trunk timestamp: Tue 2009-12-01 15:00:40 +0100 message: 1. CohesiveStateRPMRecorder now derives from the Recorder modified:

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1835: 1. Rename EngineUnits to Functors, MetaEngines to Dispatchers (only the 4 types that we will keep...

2009-12-01 Thread noreply
revno: 1835 committer: Václav Šmilauer eudo...@arcig.cz branch nick: trunk timestamp: Tue 2009-12-01 15:22:18 +0100 message: 1. Rename EngineUnits to Functors, MetaEngines to Dispatchers (only the 4 types that we will keep). Python

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1836: 1. Rename MetaBody to World (it had to be done at some point, regardless of what the name is)

2009-12-01 Thread noreply
revno: 1836 committer: Václav Šmilauer eudo...@arcig.cz branch nick: trunk timestamp: Tue 2009-12-01 15:56:39 +0100 message: 1. Rename MetaBody to World (it had to be done at some point, regardless of what the name is) 2. Add

[Yade-dev] [Bug 490913] [NEW] SimulationController.cpp:215 loadSimulationFromFileName: Attribute not found

2009-12-01 Thread Chareyre
Public bug reported: In r1836, generate a new triaxialTest.xml and try to load it. You get this : ERROR yade.SimulationController - gui/qt3/SimulationController.cpp:215 loadSimulationFromFileName: Attribute not found rootBody line: 7479 Bruno ** Affects: yade Importance: Undecided

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1837: Fix the path in the warning.

2009-12-01 Thread noreply
revno: 1837 committer: Bruno Chareyre bchare...@r1arduina branch nick: trunk timestamp: Tue 2009-12-01 19:08:27 +0100 message: Fix the path in the warning. modified: core/DataRecorder.hpp -- lp:yade

Re: [Yade-dev] Adapting my code

2009-12-01 Thread Bruno Chareyre
- outputFile - out (in DataRecorder - Recorder) out is protected... Ah, yes, its file instead. Now 'class TriaxialStateRecorder' has no member named 'interval'... I'm not sure it is safe to keep coding while only the TriaxialTest demo is compiling. When people will want their code back

Re: [Yade-dev] Adapting my code

2009-12-01 Thread Bruno Chareyre
This time I'm really stuck. CohesiveFrictionalRelationship::go() needs current position and orientation of bodies, but I can only access material, not state, in a InteractionPhysicsFunctor. B. -- ___ Chareyre Bruno Maître de Conférences Grenoble INP Laboratoire 3SR - bureau

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 1838: 1. Fix rootBody in FileGenerator saver.

2009-12-01 Thread noreply
revno: 1838 committer: Václav Šmilauer eudo...@arcig.cz branch nick: trunk timestamp: Tue 2009-12-01 20:57:36 +0100 message: 1. Fix rootBody in FileGenerator saver. modified: core/FileGenerator.cpp

[Yade-dev] [Bug 490913] Re: SimulationController.cpp:215 loadSimulationFromFileName: Attribute not found

2009-12-01 Thread Václav Šmilauer
Sorry, fixed in 1838. ** Changed in: yade Status: New = Fix Released -- SimulationController.cpp:215 loadSimulationFromFileName: Attribute not found https://bugs.launchpad.net/bugs/490913 You received this bug notification because you are a member of Yade developers, which is subscribed

Re: [Yade-dev] Adapting my code

2009-12-01 Thread Václav Šmilauer
This time I'm really stuck. CohesiveFrictionalRelationship::go() needs current position and orientation of bodies, but I can only access material, not state, in a InteractionPhysicsFunctor. You are stuffing geometric characteristics in interactionPhysics, you are aware of that? You can

[Yade-dev] Functor arguments

2009-12-01 Thread Bruno Chareyre
Thinking about the problem in CohesiveFrictionalRelationship, why don't we simply pass body pointers to all functors (disregarding if it is supposed to work on state or materials)? It applies even for interactionGeometryFunctor. It takes material and state now, which is... a body! It would be

Re: [Yade-dev] Functor arguments

2009-12-01 Thread Václav Šmilauer
Thinking about the problem in CohesiveFrictionalRelationship, why don't we simply pass body pointers to all functors (disregarding if it is supposed to work on state or materials)? It applies even for interactionGeometryFunctor. It takes material and state now, which is... a body! It

[Yade-dev] Help with changes

2009-12-01 Thread boon chiaweng
In two separate files, I see something like (Body::byId(id1,ncb)-physicalParameters.get())-se3.position; And I see Dem3DofGeom-se31.position , which is different. In python it looks like O.bodies.phys['se3'] which is more similar to the 1st one. In addition to these function, I guess the names

Re: [Yade-dev] Help with changes

2009-12-01 Thread Václav Šmilauer
In two separate files, I see something like (Body::byId(id1,ncb)-physicalParameters.get())-se3.position; And I see Dem3DofGeom-se31.position , which is different. First is position of the body, the second one is stored inside the interaction (copied at every step from the body) (for reasons

Re: [Yade-dev] Adapting my code

2009-12-01 Thread Bruno Chareyre
Now 'class TriaxialStateRecorder' has no member named 'interval'... Recorder inherits those things from PeriodicEngine, which names things differently. The one you need is iterPeriod. Thank you. Don't worry, I found the new name almost immediatly after I realized the base class was

Re: [Yade-dev] Help with changes

2009-12-01 Thread boon chiaweng
Thank you Vaclav for helping. Q1. Also, I noticed InteractionSolver is gone. It used to come together with Constitutive Law. The former uses the action(*Metabody) to invoke go(IG , IP, etc.) of the constitutiveLaw. How is it done now? Q2. When do I use CreateIndex()? It is different