Re: [Yade-dev] undefined symbol: mpfr_init2

2013-08-28 Thread Jan Stránský
Hi Bruno and Anton, thanks for the answers. @Bruno: I will try it. I am using Polyhedron_3 and Nef_polyherdon_3. As a kernel I use Exact_predicates_exact_constructions_kernel, I also tried CartesianCGAL::Gmpz (did not help) and Exact_predicates_inexact_constructions_kernel (compilation error)..

Re: [Yade-dev] Logging and debugging

2013-08-28 Thread Klaus Thoeni
Hi Anton, I put a std::cerr in the first line of Newtonintegrator::action() in Newtonintegrator.cpp. Any script with NewtonIntegrator should call this method. Or am I wrong? Klaus On Wednesday 28 August 2013 07:43:48 Anton Gladky wrote: Could you, please, send a minimal script to localize

[Yade-dev] [Bug 1217770] [NEW] boot failure after an upgrade of yade-daily

2013-08-28 Thread Raphaël Maurin
Public bug reported: I am using Ubuntu 12.04 After upgrading yade-daily, I get an error message when trying to execute yade-daily : raphael@GRP3723:~/FluidMODIF/test/PY/YADE$ yade-daily Welcome to Yade 4+3684+50~precise1 Traceback (most recent call last): File /usr/bin/yade-daily, line 115,

Re: [Yade-dev] bool MatchMaker

2013-08-28 Thread Bruno Chareyre
Hi Klaus, There are other problems in this line. * The parameter itself has to be declared as a matchMaker. For instance Ip2_FrictMat_FrictMat_MindlinPhys::en is a MatchMaker (or None, then default code is used). includeMoment is not a MatchMaker, so it will not work. * The code itself has to use

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 :

Re: [Yade-dev] bool MatchMaker

2013-08-28 Thread Klaus Thoeni
Hi Bruno On Wednesday 28 August 2013 12:07:40 Bruno Chareyre wrote: Hi Klaus, There are other problems in this line. * The parameter itself has to be declared as a matchMaker. For instance Ip2_FrictMat_FrictMat_MindlinPhys::en is a MatchMaker (or None, then default code is used).

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_ptrMatchMaker,includeMoment,,,bool to consider rolling resistance) Yes. I could use 0 and 1 instead of False and True in the python script:

Re: [Yade-dev] bool MatchMaker

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

[Yade-dev] buildbot failure in Yade on yade-full

2013-08-28 Thread buildbot
The Buildbot has detected a failed build on builder yade-full while building yade. Full details are available at: http://yade-dem.org/buildbot/builders/yade-full/builds/2116 Buildbot URL: http://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul5 Build Reason: scheduler Build Source

Re: [Yade-dev] bool MatchMaker

2013-08-28 Thread Klaus Thoeni
Another option is to make MatchMakers for krot and ktwist and set them to 0 so the moment will be 0. It might be an easier solution but not the most efficient. The best thing I can imagine is to add a MatchMaker that would not replace includeMoment, let's call it momentMatch here. if

[Yade-dev] buildbot failure in Yade on yade-full

2013-08-28 Thread buildbot
The Buildbot has detected a failed build on builder yade-full while building yade. Full details are available at: http://yade-dem.org/buildbot/builders/yade-full/builds/2118 Buildbot URL: http://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul5 Build Reason: scheduler Build Source

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

Re: [Yade-dev] bool MatchMaker

2013-08-28 Thread Eulitz, Alexander
Following your discussion. I would appreciate such possibility, too. Alex -Ursprüngliche Nachricht- Von: Yade-dev [mailto:yade-dev-bounces+alexander.eulitz=iwf.tu-berlin...@lists.launchpad.net] Im Auftrag von Klaus Thoeni Gesendet: Mittwoch, 28. August 2013 14:20 An:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3698: regression (check-)test for FlowEngine

2013-08-28 Thread noreply
revno: 3698 committer: Bruno Chareyre bruno.chare...@hmg.inpg.fr timestamp: Wed 2013-08-28 12:40:30 +0200 message: regression (check-)test for FlowEngine added: scripts/checks-and-tests/checks/DEM-PFV-check.py -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3697: make default FlowEngine::permeabilityFactor less absurd (crashing by default sucks)

2013-08-28 Thread noreply
revno: 3697 committer: Bruno Chareyre bruno.chare...@hmg.inpg.fr timestamp: Wed 2013-08-28 12:39:23 +0200 message: make default FlowEngine::permeabilityFactor less absurd (crashing by default sucks) modified: pkg/dem/FlowEngine.hpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3696: commit small fix and update in bib files

2013-08-28 Thread noreply
revno: 3696 committer: Bruno Chareyre bruno.chare...@hmg.inpg.fr timestamp: Wed 2013-08-28 12:38:02 +0200 message: commit small fix and update in bib files modified: doc/sphinx/references.bib doc/yade-theses.bib -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3701: Minor fix in calculation s_crit in ViscoelasticPM.

2013-08-28 Thread noreply
revno: 3701 committer: Anton Gladky gladky.an...@gmail.com timestamp: Wed 2013-08-28 15:31:12 +0200 message: Minor fix in calculation s_crit in ViscoelasticPM. modified: pkg/dem/ViscoelasticPM.cpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3695: remove duplicate bib reference

2013-08-28 Thread noreply
revno: 3695 committer: Bruno Chareyre bruno.chare...@hmg.inpg.fr timestamp: Wed 2013-08-28 12:26:24 +0200 message: remove duplicate bib reference modified: doc/references.bib -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3699: Minor fix in capillary models in ViscoelasticPM.

2013-08-28 Thread noreply
revno: 3699 committer: Anton Gladky gladky.an...@gmail.com timestamp: Wed 2013-08-28 14:00:42 +0200 message: Minor fix in capillary models in ViscoelasticPM. modified: pkg/dem/ViscoelasticCapillarPM.cpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3700: Add [Pournin2001] into the description of ViscoelasticPM.

2013-08-28 Thread noreply
revno: 3700 committer: Anton Gladky gladky.an...@gmail.com timestamp: Wed 2013-08-28 14:00:42 +0200 message: Add [Pournin2001] into the description of ViscoelasticPM. modified: pkg/dem/ViscoelasticPM.hpp -- lp:yade

[Yade-dev] [Bug 1217770] Re: boot failure after an upgrade of yade-daily

2013-08-28 Thread Anton Gladky
It should be fixed after the next rebuild of yade-daily packages. Anton ** 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/1217770 Title: boot

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

2013-08-28 Thread Anton Gladky
I am closing the bug. Feel free to to reopen it, if you think, that it is wrong. Anton ** Changed in: yade Status: New = Invalid -- You received this bug notification because you are a member of Yade developers, which is subscribed to Yade. https://bugs.launchpad.net/bugs/1174749

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

2013-08-28 Thread Anton Gladky
I am closing the bug. Feel free to reopen it, if the problem still exists. Anton ** Changed in: yade Status: In Progress = 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/1195802

[Yade-dev] buildbot failure in Yade on yade-clang

2013-08-28 Thread buildbot
The Buildbot has detected a failed build on builder yade-clang while building Yade. Full details are available at: http://yade-dem.org/buildbot/builders/yade-clang/builds/179 Buildbot URL: http://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul5 Build Reason: The Nightly scheduler

[Yade-dev] buildbot failure in Yade on yade-full

2013-08-28 Thread buildbot
The Buildbot has detected a failed build on builder yade-full while building Yade. Full details are available at: http://yade-dem.org/buildbot/builders/yade-full/builds/2119 Buildbot URL: http://yade-dem.org/buildbot/ Buildslave for this Build: r0calcul5 Build Reason: The Nightly scheduler