Re: [Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3713: Remove pkg/dem/DomainLimiter.*

2013-10-15 Thread Bruno Chareyre
scribe : https://launchpad.net/~yade-dev > More help : https://help.launchpad.net/ListHelp -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3SR BP 53 38041 Grenoble cedex 9 Tél : +33 4 56 52 86 21 Fax : +33 4 76 82 70 43 _

Re: [Yade-dev] "About integrating a third party library to yade"

2013-10-10 Thread Bruno Chareyre
For your question, you can check trunk/CMakeLists.txt and grep "triangulation" in there. You will see how to compile something conditionaly. However, tetgen is available in ubuntu repositories, so there is no need to compile it. It is quite often that some libraries are packaged without any note o

Re: [Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3705: Explicitly link ZLIB-library

2013-10-10 Thread Bruno Chareyre
Thanks for comments Anton. > Well, we do really use bzip2 and gz compressors in some parts > of the code [1], so the dependency on both of them should be there. We surely use them. The question was more to know if the "-dev" packages were needed. I understand from your message that the "-dev" pack

Re: [Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3705: Explicitly link ZLIB-library

2013-10-09 Thread Bruno Chareyre
> with libbz2-dev there is no problem. Fine, but strictly speaking this is not needed for compilation. libbz2 is enough (since it was working correctly before). Couldn't we avoid this new dependency? Bruno ___ Mailing list: https://launchpad.net/~yad

Re: [Yade-dev] Please don't fix url's in the documentation

2013-10-08 Thread Bruno Chareyre
> > Why is there a underline after the code for the link ... > > `bla`_ ? This is a convention of Sphinx, which we use to build the documentation. http://openalea.gforge.inria.fr/doc/openalea/doc/_build/html/source/sphinx/rest_syntax.html#internal-and-external-links > > And why does a wrong link

Re: [Yade-dev] Please don't fix url's in the documentation

2013-10-08 Thread Bruno Chareyre
> >> Apparently it was Christian who added the /user/ in a >> TesselationWrapper's docstring. > > sorry, i just wanted to make the link working... > No worries. I just wanted to be sure nobody would go for changing all the links in the documentation. B __

Re: [Yade-dev] Please don't fix url's in the documentation

2013-10-08 Thread Bruno Chareyre
Apparently it was Christian who added the /user/ in a TesselationWrapper's docstring. This is the problem with git merges, all confusing... Bruno On 08/10/13 11:44, Bruno Chareyre wrote: > Hi there, > After Jerome, Jan also got the idea of changing hyperlinks in the doc, > from do

[Yade-dev] Please don't fix url's in the documentation

2013-10-08 Thread Bruno Chareyre
have been changed with "/current" in the meantime they will fail. Cheers Bruno p.s. Please Jan, could you check if you have setup auto-rebase? For some reason you are still triggering some merges. -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab.

Re: [Yade-dev] [Bug 1229783] Re: Loading clumps takes too much time

2013-10-04 Thread Bruno Chareyre
> > >> Thanks Christian for comments. >> Is that possible to use the same method as before, where the inertia was >> just the total inertia of members? We should really keep that option >> even if the default is now to compute inertia automaticaly. Reasons are >> that sometimes we want something f

Re: [Yade-dev] [Bug 1229783] Re: Loading clumps takes too much time

2013-10-02 Thread Bruno Chareyre
>> sure if this is a bug. Maybe there is something wrong with the loops? > Klaus, would you agree with my suggestions? Then you could choose > accuracy/speed of inertia approximation by yourself ;) > -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3S

Re: [Yade-dev] [Bug 1234186] [NEW] users manual outdated (example: SpherePadder description)

2013-10-02 Thread Bruno Chareyre
> > Is it completely removed? > > -> Delete the section in manual. This is the good option. I can hardly commit anything at the moment, so feel free to remove if you wish. Thanks for reporting anyway. Bruno -- You received this bug notification because you are a member of Yade developers, which

Re: [Yade-dev] [Fwd: Re: "About using adaptive integration algorithms"]

2013-10-02 Thread Bruno Chareyre
why not just keeping the scene state as it is? Duplicate it and use the duplicate as a working copy, then update the original based on the last substep. There is no need to reload it, thus collider is preserved. Just an idea. Bruno Pzt, 2013-09-30 tarihinde 16:32 +0200 saatinde, Bruno Chareyre yaz

Re: [Yade-dev] "About using adaptive integration algorithms"

2013-09-30 Thread Bruno Chareyre
Hi, Not an easy question. I guess that you have to save almost everything, since substeps will change positions and contact forces. Scene contains everything (exception for local variables and functions defined in your script). It is saved for instance if you type O.saveTmp(). And reloaded with O.r

Re: [Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3714: Correction of a broken link in GSTS doc

2013-09-27 Thread Bruno Chareyre
t; > > ___ > Mailing list: https://launchpad.net/~yade-dev > Post to : yade-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~yade-dev > More help : https://help.launchpad.net/ListHelp -- ___ Bruno Chare

[Yade-dev] [Bug 1224959] Re: Two different toc of documentation on sphinx web site

2013-09-26 Thread Bruno Chareyre
** Changed in: yade Status: New => Fix Released ** Changed in: yade Assignee: (unassigned) => Bruno Chareyre (bruno-chareyre) -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1

[Yade-dev] [Bug 1224959] Re: Two different toc of documentation on sphinx web site

2013-09-26 Thread Bruno Chareyre
External module is not in the index because it doesn't exist, actually. Removing deprecated content (your other bug report) made this content disappear. I'm removing the link from the homepage. -- You received this bug notification because you are a member of Yade developers, which is subscribed

[Yade-dev] [Bug 1229633] Re: Documentation out of synchro

2013-09-26 Thread Bruno Chareyre
Fixed, thanks Remi. ** Changed in: yade Assignee: (unassigned) => Rémi (remi-cailletaud) ** Changed in: yade Status: New => Fix Released -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/12

Re: [Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3707: Modify GlobalStiffnessTimeStepper for visco-elastic contact law.

2013-09-26 Thread Bruno Chareyre
et > Unsubscribe : https://launchpad.net/~yade-dev > More help : https://help.launchpad.net/ListHelp -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3SR BP 53 38041 Grenoble cedex 9 Tél : +33 4 56 52 86 21 Fax : +33 4 76 82 70 43 ___

Re: [Yade-dev] [Bug 1229783] Re: packs.py example hangs due to appendClumped command

2013-09-26 Thread Bruno Chareyre
A question for Christian: If I have a clump with, let's say, 20 particles. Will there be 20 computations of inertia (each time we add a new member) or only one? We should find a default behavior that do not take ages to compute anyway, be it at the price of big approximations. Bruno -- You recei

Re: [Yade-dev] [Bug 1229783] [NEW] packs.py example hangs due to appendClumped command

2013-09-24 Thread Bruno Chareyre
> Just std::cerr in many places, then you can localize the problem. > I see. I knew that way... I thought you had a trick to find it in minutes. :( Must be possible with debugger, valgrind or something. In the present case it may be just an extremely long loop, I'm not sure it is infinite. Still

Re: [Yade-dev] [Bug 1229633] [NEW] Documentation out of synchro

2013-09-24 Thread Bruno Chareyre
Thanks for spotting that. -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1229633 Title: Documentation out of synchro Status in Yet Another Dynamic Engine: New Bug description: The sphinx doc

Re: [Yade-dev] [Bug 1229783] [NEW] packs.py example hangs due to appendClumped command

2013-09-24 Thread Bruno Chareyre
May I ask how you found the precise location of the infinite loop Anton? I would not know how to spot such things. In the present case, it is not clear after reading the code how it can go infinite. I hope Christian will have an idea. Bruno -- You received this bug notification because you are a

Re: [Yade-dev] Commiting JCFpm changes in VTKRecorder

2013-09-23 Thread Bruno Chareyre
> You were named because of this commit > https://github.com/yade/trunk/commit/c7188de30e7df4dfc7be66ad2c959f7dc142b093 > If I understand correctly now, there are no intersections between what was removed and what you want to commit. So I don't see any problem. You will simply "git pull" (to app

Re: [Yade-dev] Commiting JCFpm changes in VTKRecorder

2013-09-19 Thread Bruno Chareyre
uot;yes"... > > Tell me, > > Jérôme > -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3SR BP 53 38041 Grenoble cedex 9 Tél : +33 4 56 52 86 21 Fax : +33 4 76 82 70 43 ___ Mai

Re: [Yade-dev] "Yade does not render custom shape after integration step"

2013-09-17 Thread Bruno Chareyre
;first,scene); > > //Substract from the current node, therefore find the local value, > localmap[subId].position=nodeBody->state->pos-member->state->pos; > //localmap[subId].orientation=nodeBody->state->ori; > > //this->setBounded(false); // disallow collisions w

[Yade-dev] [Bug 1223348] Re: Yade starts without graphical interface

2013-09-10 Thread Bruno Chareyre
Hi Alexander (or Eugen?) Thanks for reporting. I'm not expert, but it seems to me that your User1 has no graphical display, at all. Can he start any graphical application like firefox, for instance? .Xauthority should be created automatically by the session manager [1]. This is a bug in the user

Re: [Yade-dev] bool MatchMaker

2013-09-05 Thread Bruno Chareyre
> Hi Bruno > > I think in terms of performance it might be better to keep MatchMaker in IP2 > rather to add some in the Law functor. Further I think maybe we could get rid > of includeMoment=True/False in the Law functor. > > My suggestion is MatchMaker for eta, krot and ktwist. This makes a

Re: [Yade-dev] Modified GlobalStiffnessTimeStepper for visco-elastic contact law

2013-09-05 Thread Bruno Chareyre
Hi Raphael, You explanations should definitely go to the documentation. You can take the text below and put it in good shape for the class documentation of the viscous timeStepper. > > I have some questions about that : > - Does the evaluation of the time step seems reasonable to you? > I think s

Re: [Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3710: make sure FlowEngine has been compiled before trying the checkTest DEM-PFV, as suggested by Klaus

2013-08-30 Thread Bruno Chareyre
On 30/08/13 07:49, Anton Gladky wrote: > Hi Bruno, thanks for additional PFV-test. > Could you, please, reduce the tolerance of the script? > yade-daily fails to build [1]. I have seen that. It seems the same "seed" in makeCloud gives different numbers on different platforms. Tolerance would hide

Re: [Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3710: make sure FlowEngine has been compiled before trying the checkTest DEM-PFV, as suggested by Klaus

2013-08-30 Thread Bruno Chareyre
On 30/08/13 07:49, Anton Gladky wrote: > Hi Bruno, thanks for additional PFV-test. > Could you, please, reduce the tolerance of the script? > yade-daily fails to build [1]. > > ___ > ### > running: DEM-PFV-check.py > DEM-PFV: differen

[Yade-dev] [Bug 1195802] Re: 56cdcb breaks LINSOLV compilation on lucid

2013-08-29 Thread Bruno Chareyre
Reading the thread again, I have two questions: -Is the option cmake option -DMETIS_INCLUDE_DIR still mandatory? (if so, it is a small bug, the library should be in standard path) -Is there any use of a PPA for metis, since it is a very common and stable library? (I recommend parmetis, btw) --

Re: [Yade-dev] bool MatchMaker

2013-08-28 Thread Bruno Chareyre
> BTW, don't you think it would make sense to make MatchMakers for most of the > parameters in the IP2 functors? It would give more flexibility when working > with different materials. It would surely make sense. It has not done because it is tedious work to put them everywhere. So, they have b

Re: [Yade-dev] bool MatchMaker

2013-08-28 Thread Bruno Chareyre
ent && (!momentMatch || (*momentMatch)(mat1,mat2)){ // ... the moment code } B > > > > ___ > Mailing list: https://launchpad.net/~yade-dev > Post to : yade-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~yade-dev > More help : http

Re: [Yade-dev] bool MatchMaker

2013-08-28 Thread Bruno Chareyre
> > I completely forgot about it but changing this should not be a problem. The > definition just needs to be changed to: > (shared_ptr,includeMoment,,,"bool to consider rolling resistance") Yes. > > I could use 0 and 1 instead of False and True in the python script: > includeMoment=MatchMaker(m

Re: [Yade-dev] Yade 2.00?

2013-08-28 Thread Bruno Chareyre
> Could you, please, add one simple test or > check-script to test FlowEngine during build? Done. I'm now heading to removing Dem3DOF. B ___ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net Unsubscribe : https:

Re: [Yade-dev] bool MatchMaker

2013-08-28 Thread Bruno Chareyre
r Booleans? If not, any idea how to > implement it? > > Thanks > Klaus > > ___ > 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] undefined symbol: mpfr_init2

2013-08-27 Thread Bruno Chareyre
ve any idea what might be the reason or how to solve it? > Thanks > Jan > > > ___ > Mailing list: https://launchpad.net/~yade-dev > Post to : yade-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~yade-dev > More help : https://help.launchpad.net/ListHelp

Re: [Yade-dev] Yade 2.00?

2013-08-27 Thread Bruno Chareyre
08/13 08:04, Anton Gladky wrote: > Ok, packages with flowengine are built in yade-daily > for the Ubuntu versions, starting from 12.04. Lucid packages > are not removed, but the new versions will not be built for Lucid > any more. > > Cheers, > > Anton > > >

[Yade-dev] [Bug 1183402] Re: Segmentation fault by importing scipy.interpolate

2013-08-26 Thread Bruno Chareyre
Well, importing scipy by default was a stupid idea, since many other modules may have to be imported the same way (Raphael was importing his own fortran library, for instance). I added an optional command line argument, so that it does not add global dependencies for yade. https://github.com/yade

[Yade-dev] [Bug 1183402] Re: Segmentation fault by importing scipy.interpolate

2013-08-23 Thread Bruno Chareyre
I found something that could help for a workaround: ln -s yade-daily yadeimport.py $ipython In [1]: import yadeimp In [2]: import scipy.interpolate Segmentation fault $ipython In [1]: import scipy.interpolate In [2]: import yadeimp -> No problemo Importing scipy by default at startup?... -- Y

Re: [Yade-dev] [Yade-users] [Question #234513]: import an external library

2013-08-23 Thread Bruno Chareyre
) >>> >>> plot(ufnp,sig*h,'ob',label='u_f') >>> title('U_f') >>> #axis([1200, 1900, zmin, zmax]) >>> xlabel('U_f (m/s)') >>> ylabel('z (m)') >>> axis([umin, umax, zmin, zmax]) >>&g

[Yade-dev] [Bug 1215869] [NEW] Missing documentation of Law2_ScGeom6D_InelastCohFrictPhys_CohesionMoment

2013-08-23 Thread Bruno Chareyre
Public bug reported: Law2_ScGeom6D_InelastCohFrictPhys_CohesionMoment [1] has identified authors: Ignacio and François. That's fine. The problem is that code and class documentation looks exactly the same as Law2_ScGeom6D_CohFrictPhys_CohesionMoment . I'm guessing there are a few differences,

Re: [Yade-dev] Yade 2.00?

2013-08-22 Thread Bruno Chareyre
> Hi Bruno, just wanted to write about it :) > > I am working on packages with flow-engine now. Awesome! > Could you, please, add one simple test or > check-script to test FlowEngine during build? Good idea. > Dem3Dof engine can be removed now. Or we have some dependencies > on it? Can be remov

[Yade-dev] Yade 2.00?

2013-08-21 Thread Bruno Chareyre
)? Would it be worth a yade 2.00? :) Bruno -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3SR BP 53 38041 Grenoble cedex 9 Tél : +33 4 56 52 86 21 Fax : +33 4 76 82 70 43 ___ Mailing list: https

Re: [Yade-dev] Some update in example scripts and yade features

2013-08-21 Thread Bruno Chareyre
Hi Klaus, and all (notes for François and Christian below) > I just randomly tried a few example scripts and some needed an update. There > is still more to update: > - I think we should change all randomDense-packs to returnSpherePack=True in > order to avoid the warning and troubles in the fut

Re: [Yade-dev] Some other clump issues

2013-08-21 Thread Bruno Chareyre
>> >> There should be no overlap but it seems that updateProperties is called. >> >> I guess it is because of the numerical rounding error in line 121. >> The check >> in line 122 un>0 should probably be changed to something like >> un>-0.001*min(r1,r2) with a tolerance. What do you think? > > If

[Yade-dev] get force on clumps

2013-08-20 Thread Bruno Chareyre
make it transparent for the user but they are all at the price of performance. I'm open to suggestions. Also: am I ignorant of another way to get the correct force on clumps? Cheers. Bruno -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3SR BP 53 38041 Gre

[Yade-dev] [Bug 1208878] Re: Segmentation falut (core dumped)

2013-08-20 Thread Bruno Chareyre
TriaxialCompressionEngine, which you don't have, this is what the error message will say. In fact both TriaxialCompressionEngine and capillaryStressRecorder make no sense in a 2-sphere problem. ** Changed in: yade Assignee: (unassigned) => Bruno Chareyre (bruno-chareyre) ** Changed

[Yade-dev] [Bug 1204529] Re: Ip2 for CohesionMoment not documented

2013-08-20 Thread Bruno Chareyre
It is short but it is here, in fact: https://www.yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Law2_ScGeom6D_CohFrictPhys_CohesionMoment Irrelevant bug. ** Changed in: yade Status: New => Invalid -- You received this bug notification because you are a member of Yade developers, which i

Re: [Yade-dev] [Yade-users] [Question #232876]: No such attribute capillary pressure

2013-07-29 Thread Bruno Chareyre
On 23/07/13 20:21, Anton Gladky wrote: > Question #232876 on Yade changed: > https://answers.launchpad.net/yade/+question/232876 > > Anton Gladky proposed the following answer: > I think, we should release a newer version soon. > There are not so much commits (99) since last release, but > 0.97 is

[Yade-dev] [Bug 1204529] [NEW] Ip2 for CohesionMoment not documented

2013-07-24 Thread Bruno Chareyre
Public bug reported: The definition of rotational stiffness/strength is not explained in the documentation: https://www.yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Ip2_CohFrictMat_CohFrictMat_CohFrictPhys ** Affects: yade Importance: Undecided Status: New -- You received this

Re: [Yade-dev] cleaning contact laws

2013-07-24 Thread Bruno Chareyre
https://yade-dem.org/doc/yade.wrapper.html#lawfunctor RPM is actually the last one. If you drop it, we can go and finally remove Dem3DOF. :) Bruno On 22/07/13 12:31, Anton Gladky wrote: > I dropped it. How many contact laws are dependent on DEM3DOF? > > Anton > > > 2013/7

Re: [Yade-dev] cleaning contact laws

2013-07-22 Thread Bruno Chareyre
Do you want to keep it? I see it is based on Dem3Dof, which is supposed to disappear at one point. Bruno On 20/07/13 17:20, Anton Gladky wrote: > Hi Bruno, > > 2013/7/16 Bruno Chareyre : >> I see already that RockPM has no author, could somebody fix that? > i am an author

Re: [Yade-dev] [Bug 1195802] Re: 56cdcb breaks LINSOLV compilation on lucid

2013-07-18 Thread Bruno Chareyre
rtain number of "includes". Than larger is chunksize, > than more 'includes" are in newly generated cpp-files [1]. > it is a Vaclav's idea., actually, not mine. I know the story. :) And I love the chunkSize feature, it saves a lot of compilation time. Bruno --

[Yade-dev] [Bug 1195802] Re: 56cdcb breaks LINSOLV compilation on lucid

2013-07-18 Thread Bruno Chareyre
Apparently it works with chunkSize (sorry for wrong alert in previous emails, it must have been some bad merging with my local changes). The buildbot still crashes though. -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs

Re: [Yade-dev] master branch commit

2013-07-18 Thread Bruno Chareyre
> > I am pretty sure I did pull/commit/push... I will be careful next time > (that's also why I just commited changes in doc BTW). > Very strange. It is not supposed to happen. Unless my push time was just between your pull and your push, I can't understand how it can give a bubble. And even in th

Re: [Yade-dev] master branch commit

2013-07-18 Thread Bruno Chareyre
Please Luc reply to list, not to me (you probably have a "reply to list" button in thunderbird, else reply to all and keep only yade-dev). > > I thought this line: > > "To avoid confusing logs after each commit/pull/push cycle, it is > convenient to setup automatic rebase >

[Yade-dev] Commit/Push: hold on

2013-07-18 Thread Bruno Chareyre
Hi guys, We have buildbot failures for more than 2 weeks now and stuff to fix in cmake. Please don't commit anything before all this is fixed, as it's already hard enough to understand what is going on. Bruno -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP L

Re: [Yade-dev] master branch commit

2013-07-18 Thread Bruno Chareyre
et/~yade-dev > More help : https://help.launchpad.net/ListHelp -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3SR BP 53 38041 Grenoble cedex 9 Tél : +33 4 56 52 86 21 Fax : +33 4 76 82 70 43 ___ Mailing list: https:/

Re: [Yade-dev] [Bug 1195802] Re: 56cdcb breaks LINSOLV compilation on lucid

2013-07-18 Thread Bruno Chareyre
>> Anton, I don't understand your last changes in cmake. >> This line will trigger the compilation of all combined *.cpp from the three >> folders in a single yade lib, right? >> ADD_LIBRARY(yade SHARED ${SRC_CORE} ${SRC_PKG} ${SRC_LIB}) > Hmm, not quite. It just adds a new library and indicates,

[Yade-dev] [yade/trunk] 5243d8: Revert "Merge libplugins, libsupport and libcore i...

2013-07-17 Thread Bruno Chareyre
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: 5243d8872b5bec5f9373e4e9f6934ae4c8059127 https://github.com/yade/trunk/commit/5243d8872b5bec5f9373e4e9f6934ae4c8059127 Author: Bruno Chareyre Date: 2013-07-17 (Wed, 17 Jul 2013) Changed paths: M

Re: [Yade-dev] [Bug 1195802] Re: 56cdcb breaks LINSOLV compilation on lucid

2013-07-17 Thread Bruno Chareyre
Changes in CMakeList reverted for the moment. They fixed an issue for someone, but triggered other problems, and breaks the buildbot. Let us fix that carefully. B https://github.com/yade/trunk/commit/5243d8872b5bec5f9373e4e9f6934ae4c8059127 -- You received this bug notification because you are

[Yade-dev] [Bug 1195802] Re: 56cdcb breaks LINSOLV compilation on lucid

2013-07-16 Thread Bruno Chareyre
My bad on one thing: letting chunkSize undefined is ok. The problem appears when chunkSize is defined and >0. -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1195802 Title: 56cdcb breaks LINSOLV com

[Yade-dev] [Bug 1195802] Re: 56cdcb breaks LINSOLV compilation on lucid

2013-07-16 Thread Bruno Chareyre
Anton, I don't understand your last changes in cmake. This line will trigger the compilation of all combined *.cpp from the three folders in a single yade lib, right? ADD_LIBRARY(yade SHARED ${SRC_CORE} ${SRC_PKG} ${SRC_LIB}) Besides I don't see this line called unless chunkSize=0, I'm in doubt t

[Yade-dev] [Bug 1195802] Re: 56cdcb breaks LINSOLV compilation on lucid

2013-07-16 Thread Bruno Chareyre
Reopening. The problem is in fact not linked to flow engine. I think I spotted the problem in CMakeLists.txt, where yade library is never defined unless chunkSize=0 (code below). I really wonder why it works on different platforms, since nobody is typing -DCHUNKSIZE=0, I guess. cmake ../trunk -DCH

[Yade-dev] [Bug 1195802] Re: 56cdcb breaks LINSOLV compilation on lucid

2013-07-16 Thread Bruno Chareyre
** Changed in: yade Status: Fix Released => In Progress -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1195802 Title: 56cdcb breaks LINSOLV compilation on lucid Status in Yet Another Dynami

[Yade-dev] [yade/trunk] 9fe122: add strainRate attribute to TriaxialStressControll...

2013-07-16 Thread Bruno Chareyre
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: 9fe1226d53a76a7cf090e93f5a7a0178d4dccf40 https://github.com/yade/trunk/commit/9fe1226d53a76a7cf090e93f5a7a0178d4dccf40 Author: Bruno Chareyre Date: 2013-07-16 (Tue, 16 Jul 2013) Changed paths: M

Re: [Yade-dev] cleaning contact laws

2013-07-16 Thread Bruno Chareyre
Let me be more clear: - cleaning = removing - criteria for not removing = {documented, meets coding requirements, known maintainer...} - in case of redundancy (I'm expecting some), the highest score at above criteria will decide which version is kept :) Bruno On 16/07/13 10:55, Bruno Cha

[Yade-dev] cleaning contact laws

2013-07-16 Thread Bruno Chareyre
(e.g. coding conventions for variable names). I see already that RockPM has no author, could somebody fix that? Cheers Bruno -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3SR BP 53 38041 Grenoble cedex 9 Tél : +33 4 56 52 86 21 Fax : +33 4 76 82

[Yade-dev] [Bug 1195802] Re: 56cdcb breaks LINSOLV compilation on lucid

2013-07-02 Thread Bruno Chareyre
Fixed. Thanks Anton! I have Precise on the laptop, it doesn't give me a strong reason to upgrade the desktop's Lucid. I'm fine with it for the moment. No need to backport stuff, everything works as expected. :) ** Changed in: yade Status: New => Fix Released -- You received this bug n

Re: [Yade-dev] [Bug 1195802] [NEW] 56cdcb breaks LINSOLV compilation on lucid

2013-07-02 Thread Bruno Chareyre
:39, Bruno Chareyre wrote: > Public bug reported: > > Now I'm the one who can't compile with linsolv... :-/ > > First attempt: > -- Could NOT find Metis (missing: METIS_INCLUDE_DIR) > > This one was easy to solve, but it doesn't make much sense

[Yade-dev] [Bug 1195802] [NEW] 56cdcb breaks LINSOLV compilation on lucid

2013-06-28 Thread Bruno Chareyre
Public bug reported: Now I'm the one who can't compile with linsolv... :-/ First attempt: -- Could NOT find Metis (missing: METIS_INCLUDE_DIR) This one was easy to solve, but it doesn't make much sense to force the definition of such a trivial path... -DMETIS_INCLUDE_DIR="/usr/lib" Second at

Re: [Yade-dev] compilation with ENABLE_LINSOLV ON

2013-06-27 Thread Bruno Chareyre
> > > Now I try to create a small example script, but actually I am lost in > the amount of parameters, initial and boundary conditions. > Which of them must be set mandatory? > Do I need FlowBoundingSphereLinSolv.*pp, as mentioned by Anton? > As said before it can run without the linsolv part (wh

[Yade-dev] [yade/trunk] 071d4f: - add "LINSOLV" source code for DEM-PFV coupling w...

2013-06-27 Thread Bruno Chareyre
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: 071d4f0460bed2bb56b448db5e1380a3a5482cd7 https://github.com/yade/trunk/commit/071d4f0460bed2bb56b448db5e1380a3a5482cd7 Author: Bruno Chareyre Date: 2013-06-27 (Thu, 27 Jun 2013) Changed paths: A lib

Re: [Yade-dev] compilation with ENABLE_LINSOLV ON

2013-06-27 Thread Bruno Chareyre
BoundingSphere.hpp#L169 > > Anton > > > 2013/6/26 Bruno Chareyre : >> Hi Christian, >> >> Now you know why the fluid model is not well packaged yet. It is a big mess >> with libraries... >> Note, however that you can use the fluid model without the lin

Re: [Yade-dev] compilation with ENABLE_LINSOLV ON

2013-06-26 Thread Bruno Chareyre
ize=4 -Wformat -Wformat-security > -Werror=format-security -s") > > So, do you know a workaround for this problem? > > christian > > > ___ > Mailing list: https://launchpad.net/~yade-dev > Post to : yade-dev@lists.launchpad.ne

Re: [Yade-dev] yade --check

2013-06-25 Thread Bruno Chareyre
> So it's not > enough to delete your build and install directory. > > Thanks Anton There is no need to delete any directory. There is a CMakeCache.txt that tends to stay behind sometimes, I noticed that. I'm guessing Anton's "touch" is somehow forcing the update of this cache, not sure. Is it s

Re: [Yade-dev] Yade does not start, linker problem?

2013-06-25 Thread Bruno Chareyre
ne running yade on ubuntu 12.10 or 13.04? Do you recommend to > upgrade? > > Thnaks > Klaus > > > ___ > Mailing list: https://launchpad.net/~yade-dev > Post to : yade-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~y

[Yade-dev] [yade/trunk] 7b5763: +4 journal papers

2013-06-21 Thread Bruno Chareyre
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: 7b57638619cffbc3011d6037acb2fec23fef3f6d https://github.com/yade/trunk/commit/7b57638619cffbc3011d6037acb2fec23fef3f6d Author: Bruno Chareyre Date: 2013-06-21 (Fri, 21 Jun 2013) Changed paths: M doc

Re: [Yade-dev] FlowEngine

2013-06-21 Thread Bruno Chareyre
source. > > Thanks, > > Anton > > ___ > Mailing list: https://launchpad.net/~yade-dev > Post to : yade-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~yade-dev > More help : https://help.launchpad.net/ListHelp > >

[Yade-dev] [yade/trunk] 3d7c8d: -fix url of an article

2013-06-12 Thread Bruno Chareyre
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: 3d7c8d670f657684517b19dd0b0585c4dbb9d936 https://github.com/yade/trunk/commit/3d7c8d670f657684517b19dd0b0585c4dbb9d936 Author: Bruno Chareyre Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: M doc

[Yade-dev] [yade/trunk] 36600c: +1 article

2013-06-12 Thread Bruno Chareyre
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: 36600c9285a5f03c9c694464a27ea2b153bc6ec4 https://github.com/yade/trunk/commit/36600c9285a5f03c9c694464a27ea2b153bc6ec4 Author: Bruno Chareyre Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: M doc

Re: [Yade-dev] Facets with forces information in vertices

2013-06-11 Thread Bruno Chareyre
_ > Mailing list: https://launchpad.net/~yade-dev > Post to : yade-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~yade-dev > More help : https://help.launchpad.net/ListHelp -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3SR B

[Yade-dev] [yade/trunk] 178808: FlowEngine: exclude corner cases when listing cons...

2013-06-07 Thread Bruno Chareyre
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: 17880861219703f9497103fbe76ab2759b362671 https://github.com/yade/trunk/commit/17880861219703f9497103fbe76ab2759b362671 Author: Bruno Chareyre Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M lib

[Yade-dev] [Bug 1183402] Re: Segmentation fault by importing scipy.interpolate

2013-06-05 Thread Bruno Chareyre
same problem with scipy.stats -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1183402 Title: Segmentation fault by importing scipy.interpolate Status in Yet Another Dynamic Engine: New Bug descr

[Yade-dev] [yade/trunk] 543b09: fix a latex equation

2013-05-31 Thread Bruno Chareyre
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: 543b09ab52bde0208eeed79b8be7679e9b1cf05b https://github.com/yade/trunk/commit/543b09ab52bde0208eeed79b8be7679e9b1cf05b Author: Bruno Chareyre Date: 2013-05-31 (Fri, 31 May 2013) Changed paths: M py

[Yade-dev] [yade/trunk] bd7562: +1 journal article

2013-05-31 Thread Bruno Chareyre
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: bd75629267adea593a34a21185bfc90d3cb43573 https://github.com/yade/trunk/commit/bd75629267adea593a34a21185bfc90d3cb43573 Author: Bruno Chareyre Date: 2013-05-30 (Thu, 30 May 2013) Changed paths: M doc

Re: [Yade-dev] [yade/trunk] e8d24e: little modifications

2013-05-30 Thread Bruno Chareyre
Message: > --- > little modifications > > > > > > ___ > Mailing list: https://launchpad.net/~yade-dev > Post to : yade-dev@lists.launchpad.net > Unsubscribe : https://launchpad.net/~yade-dev > More help

[Yade-dev] [Bug 1185724] Re: yade-daily-dbg package will not install yade-daily-dbg

2013-05-30 Thread Bruno Chareyre
That's fine. We can compile debug versions on our own. Thanks. Does it means I have a deprecated repository to remove from my system? ** Changed in: yade Status: New => Invalid -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade.

Re: [Yade-dev] [Bug 1185724] Re: yade-daily-dbg package will not install yade-daily-dbg

2013-05-30 Thread Bruno Chareyre
This is the one appearing after apt-get update. Should I see the same package in another version or simply no daily-dbg? -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1185724 Title: yade-daily-dbg

[Yade-dev] [Bug 1185724] [NEW] yade-daily-dbg package will not install yade-daily-dbg

2013-05-30 Thread Bruno Chareyre
Public bug reported: I installed 2+3185+30~lucid1 but it doesn't seem to add any executable, although it downloaded more than 200M. ** Affects: yade Importance: Undecided Status: New -- You received this bug notification because you are a member of Yade developers, which is subscr

[Yade-dev] Wrong FAQs on launchpad

2013-05-16 Thread Bruno Chareyre
Bruno -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3SR BP 53 38041 Grenoble cedex 9 Tél : +33 4 56 52 86 21 Fax : +33 4 76 82 70 43 ___ Mailing list: https://launchpad.net/~yade-dev Post to : yad

[Yade-dev] [yade/trunk] 818e70: - two additional bib articles

2013-05-03 Thread Bruno Chareyre
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: 818e70cca1719b2037d8e26ded85f5c4ca4f921b https://github.com/yade/trunk/commit/818e70cca1719b2037d8e26ded85f5c4ca4f921b Author: Bruno Chareyre Date: 2013-05-03 (Fri, 03 May 2013) Changed paths: M doc

Re: [Yade-dev] [Bug 1167178] Re: Batch doc depracted

2013-05-03 Thread Bruno Chareyre
ad modified files to trunk with a few "git" commands. The doc you mentionned earlier (user.html#controlling-simulation) is written in the source file doc/sphinx/user.rst Bruno -- ___ Bruno Chareyre Associate Professor ENSE³ - Grenoble INP Lab. 3SR BP 53 38041 Grenoble cedex

[Yade-dev] [Bug 1167178] Re: Batch doc depracted

2013-05-02 Thread Bruno Chareyre
Eugen, I think you find bugs in some parts of the code that nobody used very recently, that's why. It would be a good thing if you could fix some of them on your side. When you have your noze on the precise problem, it's often faster to fix yourself than to open a bug -> get somebody to look at

[Yade-dev] [Bug 1174749] Re: Controller Engines -> Engine count starts at 0 instead of 1

2013-04-30 Thread Bruno Chareyre
If I see engine no "n" in qt, I tend to expect it to be O.engines[n], not O.engines[n-1]. So maybe the right solution would be 0/5 ForceResetter ... 5/5 NewtonIntegrator ?!? -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://b

Re: [Yade-dev] Authors and contributors

2013-04-24 Thread Bruno Chareyre
The wiki site is back and functionnal it seems. So I could finally update this page: https://yade-dem.org/wiki/Authors_and_contributors Please, if you have not done so, put (or update) information on you topics and maybe upload a picture. :) Cheers. Bruno On 27/02/13 13:17, Bruno Chareyre

Re: [Yade-dev] [yade/trunk] 621766: Improvements in clump logic - part 5: added Monte-...

2013-04-16 Thread Bruno Chareyre
> > Log Message: > --- > Improvements in clump logic - part 5: added Monte-Carlo-algorithm for > estimation of clump volumes called getClumpVolume(), This is awesome! Monte Carlo could compute moments of inertia at the same time, right? And by the way, is it more difficult to apply

[Yade-dev] [Bug 1167178] Re: Batch doc depracted

2013-04-10 Thread Bruno Chareyre
I've seen the formating problem in the pdf before but couldn't find a fix. The problem may be upstream, in the way sphinx converts to latex. -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1167178 Tit

[Yade-dev] [Bug 1167178] Re: Batch doc depracted

2013-04-10 Thread Bruno Chareyre
Batch mode is always by appending "-batch" after the name of your usual version. If you compile with postfix "-trunk", it will give yade-trunk and yade-trunk-batch. -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launch

<    4   5   6   7   8   9   10   11   12   13   >