[Yade-dev] Code import ~yade-pkg/yade/git-trunk status: Failed

2022-03-24 Thread noreply
Hello, The import has been marked as failing. This code import is from: https://github.com/yade/trunk.git -- https://code.launchpad.net/~yade-pkg/yade/git-trunk You are receiving this email as you are subscribed to the branch. ___ Mailing list:

[Yade-dev] Code import ~yade-pkg/yade/git-trunk status: Failed

2017-06-16 Thread noreply
Hello, The import has been marked as failing. -- https://code.launchpad.net/~yade-pkg/yade/git-trunk You are receiving this email as you are subscribed to the branch. ___ Mailing list: https://launchpad.net/~yade-dev Post to :

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4041: Introduce a tolerance on overlap determination (in periodic BC only), avoiding false negative due...

2017-05-15 Thread noreply
revno: 4041 committer: bchareyre timestamp: Mon 2017-05-15 18:31:11 +0200 message: Introduce a tolerance on overlap determination (in periodic BC only), avoiding false negative due to round-off errors.

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4043: Keep the values of sorted bounds in the [0, size] range in ISCollider.

2017-05-15 Thread noreply
revno: 4043 committer: bchareyre timestamp: Mon 2017-05-15 18:31:11 +0200 message: Keep the values of sorted bounds in the [0,size] range in ISCollider. modified: pkg/common/InsertionSortCollider.cpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4042: A simpler and faster version of spatialOverlapPeri. Only one call to floor(), ~20% speedup for IS...

2017-05-15 Thread noreply
revno: 4042 committer: bchareyre timestamp: Mon 2017-05-15 18:31:11 +0200 message: A simpler and faster version of spatialOverlapPeri. Only one call to floor(), ~20% speedup for ISCollider::action.

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4040: update of the JCFPM particle model with new or adapted functionalities to record number of cracks...

2017-05-11 Thread noreply
revno: 4040 committer: luc scholtes timestamp: Thu 2017-05-11 13:42:34 +0200 message: update of the JCFPM particle model with new or adapted functionalities to record number of cracks and associated released

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4039: Fix typo in installation.rst doc.

2017-05-09 Thread noreply
revno: 4039 author: Francois Kneib committer: GitHub timestamp: Tue 2017-05-09 11:22:33 +0200 message: Fix typo in installation.rst doc. modified: doc/sphinx/installation.rst --

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4038: fixed inheritence problem when LINSOLV=OFF

2017-05-02 Thread noreply
revno: 4038 committer: robcaulk timestamp: Tue 2017-05-02 13:26:05 -0700 message: fixed inheritence problem when LINSOLV=OFF modified: lib/triangulation/FlowBoundingSphere.hpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4037: Fixed bug with multithread+compressible flow and addressed backgroundAction() FIXME for eigenSolve()

2017-05-02 Thread noreply
revno: 4037 committer: robcaulk timestamp: Tue 2017-05-02 09:03:45 -0700 message: Fixed bug with multithread+compressible flow and addressed backgroundAction() FIXME for eigenSolve() modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4036: fix feature NewtonIntegrator::densityScaling

2017-04-25 Thread noreply
revno: 4036 committer: bchareyre timestamp: Tue 2017-04-25 19:18:59 +0200 message: fix feature NewtonIntegrator::densityScaling modified: examples/timeStepperUsage.py

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4035: fixed a typo in micro-stress example

2017-04-18 Thread noreply
revno: 4035 committer: Jan Stránský timestamp: Tue 2017-04-18 09:47:14 +0200 message: fixed a typo in micro-stress example question #622071 modified: doc/sphinx/user.rst -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4034: Minors & cosmetic.

2017-04-14 Thread noreply
revno: 4034 committer: bchareyre timestamp: Fri 2017-04-14 12:35:41 +0200 message: Minors & cosmetic. modified: pkg/common/InsertionSortCollider.cpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4033: Critical bugfix for collision detection in periodic boundary conditions. Bounds lists were left p...

2017-04-14 Thread noreply
revno: 4033 committer: bchareyre timestamp: Fri 2017-04-14 12:04:32 +0200 message: Critical bugfix for collision detection in periodic boundary conditions. Bounds lists were left partially unordered,

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4032: Minor changes in authorship and inline comments

2017-04-14 Thread noreply
revno: 4032 committer: bchareyre timestamp: Thu 2017-04-13 13:56:42 +0200 message: Minor changes in authorship and inline comments modified: pkg/common/ForceEngine.cpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4031: move HydroForceEngine to independent source files.

2017-04-05 Thread noreply
revno: 4031 committer: bchareyre timestamp: Wed 2017-04-05 19:18:06 +0200 message: move HydroForceEngine to independent source files. added: pkg/common/HydroForceEngine.cpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4030: extended version of ForceEngine with its own fluid solver (by J. Chauchat)

2017-04-05 Thread noreply
revno: 4030 committer: bchareyre timestamp: Wed 2017-04-05 19:18:06 +0200 message: extended version of ForceEngine with its own fluid solver (by J. Chauchat) modified: pkg/common/ForceEngine.cpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4029: add exemple script for two-phase flow with 2PFV technique, related to Yuan and Chareyre (2017)

2017-03-30 Thread noreply
revno: 4029 committer: bchareyre timestamp: Thu 2017-03-30 18:42:26 +0200 message: add exemple script for two-phase flow with 2PFV technique, related to Yuan and Chareyre (2017) added:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4028: small updates in doc, fixing compile errors and some warnings

2017-03-27 Thread noreply
revno: 4028 committer: bchareyre timestamp: Mon 2017-03-27 18:01:35 +0200 message: small updates in doc, fixing compile errors and some warnings modified: doc/sphinx/amazonEC2.rst

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4027: added tmux command tip

2017-03-23 Thread noreply
revno: 4027 committer: robcaulk timestamp: Wed 2017-03-22 12:40:46 -0700 message: added tmux command tip modified: doc/sphinx/amazonEC2.rst -- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4026: Put brackets in the right place (thx Robert).

2017-03-22 Thread noreply
revno: 4026 author: Bruno Chareyre committer: GitHub timestamp: Wed 2017-03-22 13:42:47 +0100 message: Put brackets in the right place (thx Robert). modified: pkg/pfv/DFNFlow.cpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4024: new data 'crackArea' added to DFNFlow cells and updated automatically - first step toward solving...

2017-03-14 Thread noreply
revno: 4024 committer: bchareyre timestamp: Tue 2017-03-14 18:54:25 +0100 message: new data 'crackArea' added to DFNFlow cells and updated automatically - first step toward solving the artificial

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4025: #define DFNFLOW commented out

2017-03-14 Thread noreply
revno: 4025 committer: bchareyre timestamp: Tue 2017-03-14 18:55:33 +0100 message: #define DFNFLOW commented out modified: pkg/pfv/DFNFlow.cpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4023: new logic for interating on facets in periodic triangulations (following ref. Rev.26efbec and fol...

2017-03-14 Thread noreply
revno: 4023 committer: bchareyre timestamp: Tue 2017-03-14 15:56:50 +0100 message: new logic for interating on facets in periodic triangulations (following ref. Rev.26efbec and followers) modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4022: -split computeEffectiveRadius() for obtaining reff by pos and radius; -clean redundant functions.

2017-03-10 Thread noreply
revno: 4022 committer: Chao Yuan timestamp: Fri 2017-03-10 12:09:31 +0100 message: -split computeEffectiveRadius() for obtaining reff by pos and radius; -clean redundant functions. modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4021: capillaryLaplaceYoung scripts: update of reference labels

2017-03-08 Thread noreply
revno: 4021 committer: jduriez timestamp: Wed 2017-03-08 11:58:48 -0700 message: capillaryLaplaceYoung scripts: update of reference labels modified: examples/capillaryLaplaceYoung/README.txt

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4020: Articles .bib entries: fixes https://bugs.launchpad.net/yade/+bug/1671045, plus update of entries...

2017-03-08 Thread noreply
revno: 4020 committer: jduriez timestamp: Wed 2017-03-08 11:07:25 -0700 message: Articles .bib entries: fixes https://bugs.launchpad.net/yade/+bug/1671045, plus update of entries data modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4019: small fix in getConstriction() + a typo

2017-03-08 Thread noreply
revno: 4019 committer: bchareyre timestamp: Wed 2017-03-08 18:35:20 +0100 message: small fix in getConstriction() + a typo modified: lib/triangulation/FlowBoundingSphere.ipp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4014: fix a compile warning

2017-03-08 Thread noreply
revno: 4014 committer: bchareyre timestamp: Wed 2017-03-08 13:27:21 +0100 message: fix a compile warning modified: py/wrapper/yadeWrapper.cpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4013: + Christian Jakob's PhD in references

2017-03-08 Thread noreply
revno: 4013 author: Bruno Chareyre committer: GitHub timestamp: Wed 2017-03-08 11:52:08 +0100 message: + Christian Jakob's PhD in references modified: doc/yade-theses.bib --

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4017: add a reference url

2017-03-08 Thread noreply
revno: 4017 committer: bchareyre timestamp: Wed 2017-03-08 13:27:27 +0100 message: add a reference url modified: doc/yade-articles.bib -- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4012: re-apply the fix of rev 26efbec to getConstrictionFull()

2017-03-08 Thread noreply
revno: 4012 committer: bchareyre timestamp: Wed 2017-03-08 11:33:22 +0100 message: re-apply the fix of rev 26efbec to getConstrictionFull() modified: lib/triangulation/FlowBoundingSphere.ipp --

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4018: fix compiler warning

2017-03-08 Thread noreply
revno: 4018 committer: bchareyre timestamp: Wed 2017-03-08 13:27:27 +0100 message: fix compiler warning modified: pkg/common/Gl1_PotentialBlock.cpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4016: fix unicode warning (documentation build)

2017-03-08 Thread noreply
revno: 4016 committer: bchareyre timestamp: Wed 2017-03-08 13:27:22 +0100 message: fix unicode warning (documentation build) modified: doc/sphinx/book/confBook.py doc/sphinx/book/confManual.py

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4015: fix an indentation problem in shinx document - hopefully fixing the buildbot

2017-03-08 Thread noreply
revno: 4015 committer: bchareyre timestamp: Wed 2017-03-08 13:27:22 +0100 message: fix an indentation problem in shinx document - hopefully fixing the buildbot modified: doc/sphinx/amazonEC2.rst --

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4011: +2 journal papers

2017-03-07 Thread noreply
revno: 4011 author: Bruno Chareyre committer: GitHub timestamp: Tue 2017-03-07 19:03:29 +0100 message: +2 journal papers modified: doc/yade-articles.bib -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4009: Fix https://bugs.launchpad.net/yade/+bug/1666339 (thx Robert)

2017-03-07 Thread noreply
revno: 4009 author: Bruno Chareyre committer: GitHub timestamp: Tue 2017-03-07 18:06:18 +0100 message: Fix https://bugs.launchpad.net/yade/+bug/1666339 (thx Robert) modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4008: add functions to get pore throat radius (by cells or spheres).

2017-03-07 Thread noreply
revno: 4008 committer: Chao Yuan timestamp: Tue 2017-03-07 11:48:59 +0100 message: add functions to get pore throat radius (by cells or spheres). modified: pkg/pfv/TwoPhaseFlowEngine.cpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4007: Add dependency on python-pyqt5.qtsvg.

2017-02-28 Thread noreply
revno: 4007 committer: Anton Gladky timestamp: Tue 2017-02-28 21:56:41 +0100 message: Add dependency on python-pyqt5.qtsvg. modified: doc/sphinx/installation.rst -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4006: Initialize gui in IPython 5.

2017-02-25 Thread noreply
revno: 4006 committer: Anton Gladky timestamp: Sat 2017-02-25 22:43:21 +0100 message: Initialize gui in IPython 5. Thanks Remi for investigation and Vaclav for the code in Woo. modified: core/main/main.py.in

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4004: Robert Caulk's guide to cloud computing inserted in doc

2017-02-23 Thread noreply
revno: 4004 committer: bchareyre timestamp: Thu 2017-02-23 12:21:46 +0100 message: Robert Caulk's guide to cloud computing inserted in doc added: doc/sphinx/amazonEC2.rst doc/sphinx/fig/connect.png

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4003: documentation on changing the boundary conditions in FlowEngine and derivatives

2017-02-23 Thread noreply
revno: 4003 committer: bchareyre timestamp: Tue 2017-02-21 15:12:30 +0100 message: documentation on changing the boundary conditions in FlowEngine and derivatives modified: pkg/pfv/FlowEngine.hpp.in

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4005: return a consistent set of constrictions in the periodic case (some constrictions were previsousl...

2017-02-23 Thread noreply
revno: 4005 committer: bchareyre timestamp: Thu 2017-02-23 15:14:02 +0100 message: return a consistent set of constrictions in the periodic case (some constrictions were previsously skipped

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4001: move PBC example scripts

2017-02-07 Thread noreply
revno: 4001 committer: bchareyre timestamp: Tue 2017-02-07 17:46:13 +0100 message: move PBC example scripts added: examples/PeriodicBoundaries/ examples/PeriodicBoundaries/cellFlipping.py

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4002: cleaning examples

2017-02-07 Thread noreply
revno: 4002 committer: bchareyre timestamp: Tue 2017-02-07 17:46:13 +0100 message: cleaning examples removed: examples/periodic-compress.py examples/periodic-grow.py examples/periodicSandPile.py

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 4000: flipping periodic cell -> small/doc fix

2017-02-07 Thread noreply
revno: 4000 committer: bchareyre timestamp: Tue 2017-02-07 17:46:13 +0100 message: flipping periodic cell -> small/doc fix modified: doc/sphinx/formulation.rst pkg/dem/Shop_01.cpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3999: fix compile error

2017-02-06 Thread noreply
revno: 3999 committer: bchareyre timestamp: Mon 2017-02-06 19:51:44 +0100 message: fix compile error modified: pkg/dem/Shop_01.cpp -- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3998: fix the flipCell() function

2017-02-06 Thread noreply
revno: 3998 committer: bchareyre timestamp: Mon 2017-02-06 18:54:41 +0100 message: fix the flipCell() function modified: pkg/dem/Shop_01.cpp py/_utils.cpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3996: fix compile error.

2017-01-25 Thread noreply
revno: 3996 committer: Chao Yuan timestamp: Wed 2017-01-25 19:08:06 +0100 message: fix compile error. modified: pkg/pfv/TwoPhaseFlowEngine.hpp -- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3995: add porosity in cell info.

2017-01-25 Thread noreply
revno: 3995 committer: Chao Yuan timestamp: Wed 2017-01-25 17:17:13 +0100 message: add porosity in cell info. modified: pkg/pfv/TwoPhaseFlowEngine.cpp pkg/pfv/TwoPhaseFlowEngine.hpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3993: HydroForceEngine: add an optional input parameter to account for convective acceleration

2017-01-23 Thread noreply
revno: 3993 committer: raphm1 timestamp: Mon 2017-01-23 17:38:29 +0100 message: HydroForceEngine: add an optional input parameter to account for convective acceleration The input convective acceleration

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3994: yade-article.bib: add a journal paper

2017-01-23 Thread noreply
revno: 3994 committer: raphm1 timestamp: Mon 2017-01-23 17:49:41 +0100 message: yade-article.bib: add a journal paper modified: doc/yade-articles.bib -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3990: Add RELEASE file.

2017-01-19 Thread noreply
revno: 3990 committer: Anton Gladky timestamp: Thu 2017-01-19 22:23:17 +0100 message: Add RELEASE file. added: RELEASE -- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3989: Add missing header include

2017-01-19 Thread noreply
revno: 3989 committer: Anton Gladky timestamp: Thu 2017-01-19 19:11:51 +0100 message: Add missing header include https://answers.launchpad.net/yade/+question/432848 modified: py/wrapper/yadeWrapper.cpp --

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3991: Update changelog.

2017-01-19 Thread noreply
revno: 3991 tags: 2017.01a committer: Anton Gladky timestamp: Thu 2017-01-19 22:23:17 +0100 message: Update changelog. modified: ChangeLog -- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3992: Remove RELEASE file.

2017-01-19 Thread noreply
revno: 3992 committer: Anton Gladky timestamp: Thu 2017-01-19 22:25:08 +0100 message: Remove RELEASE file. removed: RELEASE -- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3988: Update distro names in documentation

2017-01-16 Thread noreply
revno: 3988 committer: Anton Gladky timestamp: Mon 2017-01-16 20:55:04 +0100 message: Update distro names in documentation modified: doc/sphinx/installation.rst -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3986: ViscoelasticPM : fix resolution problem in find_cn_from_en function

2017-01-04 Thread noreply
revno: 3986 committer: raphm1 timestamp: Wed 2017-01-04 23:18:49 +0100 message: ViscoelasticPM : fix resolution problem in find_cn_from_en function Change the value of the initial perturbation for the

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3985: 2PFLOW engine: remove useless int from getInterfaces()'s parameters

2016-12-20 Thread noreply
revno: 3985 committer: bchareyre timestamp: Tue 2016-12-20 13:45:40 +0100 message: 2PFLOW engine: remove useless int from getInterfaces()'s parameters modified: pkg/pfv/TwoPhaseFlowEngine.hpp --

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3984: further improvement of the cluster labeling in multiphase model

2016-12-19 Thread noreply
revno: 3984 committer: bchareyre timestamp: Mon 2016-12-19 17:47:50 +0100 message: further improvement of the cluster labeling in multiphase model modified: pkg/pfv/TwoPhaseFlowEngine.cpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3983: Fix yade with IPython5.

2016-12-10 Thread noreply
revno: 3983 committer: Anton Gladky timestamp: Sat 2016-12-10 21:21:52 +0100 message: Fix yade with IPython5. modified: core/main/main.py.in -- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3982: Add -fext-numeric-literals to fix FTBFS against boost_1.62

2016-12-03 Thread noreply
revno: 3982 committer: Anton Gladky timestamp: Sat 2016-12-03 12:19:23 +0100 message: Add -fext-numeric-literals to fix FTBFS against boost_1.62 Debian bug #845742: https://bugs.debian.org/845742 modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3980: small optimization in Clump::updateProperties

2016-11-25 Thread noreply
revno: 3980 committer: bchareyre timestamp: Fri 2016-11-25 18:08:12 +0100 message: small optimization in Clump::updateProperties modified: core/Clump.cpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3981: update phaseCluster attributes: volume, interfacial area, etc. + various smallfixes in the cluste...

2016-11-25 Thread noreply
revno: 3981 committer: bchareyre timestamp: Fri 2016-11-25 18:09:35 +0100 message: update phaseCluster attributes: volume, interfacial area, etc. + various smallfixes in the cluster labelling modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3979: fix compile warnings

2016-11-25 Thread noreply
revno: 3979 committer: bchareyre timestamp: Fri 2016-11-25 18:06:34 +0100 message: fix compile warnings modified: pkg/dem/STLImporter.hpp pkg/dem/deformablecohesive/DeformableCohesiveElement.hpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3978: merging PhaseCluster code with r3975

2016-11-23 Thread noreply
revno: 3978 committer: bchareyre timestamp: Wed 2016-11-23 15:35:05 +0100 message: merging PhaseCluster code with r3975 modified: pkg/pfv/TwoPhaseFlowEngine.cpp pkg/pfv/TwoPhaseFlowEngine.hpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3977: TwoPhaseFlowEngine: better integration of fluid clusters

2016-11-23 Thread noreply
revno: 3977 committer: bchareyre timestamp: Wed 2016-11-23 11:43:14 +0100 message: TwoPhaseFlowEngine: better integration of fluid clusters modified: pkg/pfv/TwoPhaseFlowEngine.cpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3975: clean UnsaturatedEngine, move all functions to TwoPhaseFlowEngine.

2016-11-22 Thread noreply
revno: 3975 committer: Chao Yuan timestamp: Tue 2016-11-22 18:29:15 +0100 message: clean UnsaturatedEngine, move all functions to TwoPhaseFlowEngine. modified: pkg/pfv/TwoPhaseFlowEngine.cpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3976: Revert DryingEngine.

2016-11-22 Thread noreply
revno: 3976 committer: Chao Yuan timestamp: Tue 2016-11-22 18:45:57 +0100 message: Revert DryingEngine. modified: pkg/pfv/UnsaturatedEngine.cpp -- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3974: References .bib files: including new entries

2016-11-21 Thread noreply
revno: 3974 committer: jduriez timestamp: Mon 2016-11-21 15:58:59 -0700 message: References .bib files: including new entries modified: doc/yade-articles.bib doc/yade-conferences.bib -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3973: fix negative volumes issue in triangulation cells, consistentlyy remove the includeBoundary optio...

2016-11-17 Thread noreply
revno: 3973 committer: bchareyre timestamp: Thu 2016-11-17 16:32:26 +0100 message: fix negative volumes issue in triangulation cells, consistentlyy remove the includeBoundary option (a workaround) in

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3972: (FlowEngine) optionaly include/skip bounding cells when calculating the average pore pressure

2016-11-16 Thread noreply
revno: 3972 committer: bchareyre timestamp: Wed 2016-11-16 18:38:08 +0100 message: (FlowEngine) optionaly include/skip bounding cells when calculating the average pore pressure modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3971: Implement Darcy scale permeability in FlowEngine, introduce alphaShapes (commented), some code cl...

2016-11-16 Thread noreply
revno: 3971 committer: bchareyre timestamp: Wed 2016-11-16 10:53:52 +0100 message: Implement Darcy scale permeability in FlowEngine, introduce alphaShapes (commented), some code cleaning and smallfixes

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3970: Introduce DryingEngine (two phase flow with convection in one phase)

2016-11-15 Thread noreply
revno: 3970 committer: bchareyre timestamp: Tue 2016-11-15 19:09:17 +0100 message: Introduce DryingEngine (two phase flow with convection in one phase) modified: pkg/pfv/UnsaturatedEngine.cpp --

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3969: fixed another little bug in utils.UnstructuredGrid

2016-11-10 Thread noreply
revno: 3969 committer: Jan Stránský timestamp: Thu 2016-11-10 22:10:00 +0100 message: fixed another little bug in utils.UnstructuredGrid modified: py/utils.py -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3968: added pack.inHalfSpace and pack.inConvexPolygon + example script

2016-11-10 Thread noreply
revno: 3968 committer: Jan Stránský timestamp: Thu 2016-11-10 15:38:54 +0100 message: added pack.inHalfSpace and pack.inConvexPolygon + example script added: examples/test/pack-inConvexPolyhedron.py

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3967: UnstructuredGrid: fiexd little bug in manual setting of facet position from vertices

2016-11-09 Thread noreply
revno: 3967 committer: Jan Stránský timestamp: Wed 2016-11-09 11:52:00 +0100 message: UnstructuredGrid: fiexd little bug in manual setting of facet position from vertices modified: py/utils.py -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3966: User's manual, added how to visualize force chain in Paraview

2016-11-08 Thread noreply
revno: 3966 committer: Jan Stránský timestamp: Tue 2016-11-08 17:18:55 +0100 message: User's manual, added how to visualize force chain in Paraview modified: doc/sphinx/user.rst -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3965: Matrix_computeUnitaryPositive, changed computeThinX to computeFullX flags

2016-11-08 Thread noreply
revno: 3965 committer: Jan Stránský timestamp: Tue 2016-11-08 17:18:55 +0100 message: Matrix_computeUnitaryPositive, changed computeThinX to computeFullX flags should solve question #403514 modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3964: Provide a proper functioning with IPython5.

2016-11-02 Thread noreply
revno: 3964 author: Anton Gladky committer: Anton Gladky timestamp: Wed 2016-11-02 23:08:33 +0100 message: Provide a proper functioning with IPython5. added: doc/sphinx/ipython_directive500.py

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3961: Law2_ScGeom_CapillaryPhys_Capillarity: cache getClassIndex() for use in a loop

2016-11-02 Thread noreply
revno: 3961 committer: bchareyre timestamp: Wed 2016-11-02 16:14:59 +0100 message: Law2_ScGeom_CapillaryPhys_Capillarity: cache getClassIndex() for use in a loop modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3963: FlowEngine: enable the definition of continuum scale permeability independent of particle sizes

2016-11-02 Thread noreply
revno: 3963 committer: bchareyre timestamp: Wed 2016-11-02 16:14:59 +0100 message: FlowEngine: enable the definition of continuum scale permeability independent of particle sizes modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3962: fix wrong access to a Network::boundary by index

2016-11-02 Thread noreply
revno: 3962 committer: bchareyre timestamp: Wed 2016-11-02 16:14:59 +0100 message: fix wrong access to a Network::boundary by index modified: lib/triangulation/Network.ipp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3959: Add cell label for phase cluster. NW-res label 0, W-res label 1, disconnected w-clusters start fr...

2016-11-02 Thread noreply
revno: 3959 committer: Chao Yuan timestamp: Wed 2016-11-02 11:40:55 +0100 message: Add cell label for phase cluster. NW-res label 0, W-res label 1, disconnected w-clusters start from 2. label can be saved in

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3960: fix comment on label.

2016-11-02 Thread noreply
revno: 3960 committer: Chao Yuan timestamp: Wed 2016-11-02 11:47:10 +0100 message: fix comment on label. modified: pkg/pfv/TwoPhaseFlowEngine.hpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3958: Doc: small updates in PartialEngine and KinematicEngines

2016-10-31 Thread noreply
revno: 3958 committer: jduriez timestamp: Mon 2016-10-31 11:59:22 -0600 message: Doc: small updates in PartialEngine and KinematicEngines modified: core/PartialEngine.hpp pkg/common/KinematicEngines.hpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3957: Capillary law2: restricting test shape. Plus minor change in capillaryLaplaceYoung/README text file

2016-10-26 Thread noreply
revno: 3957 committer: jduriez timestamp: Wed 2016-10-26 10:59:05 -0600 message: Capillary law2: restricting test shape. Plus minor change in capillaryLaplaceYoung/README text file modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3956: push a file missing in commit e91ff135b7

2016-10-26 Thread noreply
revno: 3956 committer: Bruno Chareyre timestamp: Wed 2016-10-26 00:18:50 +0200 message: push a file missing in commit e91ff135b7 modified: lib/triangulation/FlowBoundingSphere.ipp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3955: Capillary law2: erasing when necessary sphere-non sphere interactions (bug LP: #1628273) + minor ...

2016-10-25 Thread noreply
revno: 3955 committer: jduriez timestamp: Tue 2016-10-25 11:53:35 -0600 message: Capillary law2: erasing when necessary sphere-non sphere interactions (bug LP: #1628273) + minor changes modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3953: Introduce Network::surfaceSolidThroatInPore() for partial solid surfaces per half-throat

2016-10-24 Thread noreply
revno: 3953 committer: Bruno Chareyre timestamp: Mon 2016-10-24 13:17:04 +0200 message: Introduce Network::surfaceSolidThroatInPore() for partial solid surfaces per half-throat - Introduce

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3954: make the recursion conditional for invasion in multiphase flow

2016-10-24 Thread noreply
revno: 3954 committer: Bruno Chareyre timestamp: Mon 2016-10-24 13:41:05 +0200 message: make the recursion conditional for invasion in multiphase flow modified: pkg/pfv/TwoPhaseFlowEngine.hpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3952: making all Law2::go virtual

2016-10-21 Thread noreply
revno: 3952 committer: Jan Stransky timestamp: Fri 2016-10-21 15:50:25 +0200 message: making all Law2::go virtual modified: pkg/dem/BubbleMat.hpp pkg/dem/ConcretePM.hpp pkg/dem/MortarMat.hpp --

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3951: Master thesis Morales2012a

2016-10-21 Thread noreply
revno: 3951 author: Bruno Chareyre committer: GitHub timestamp: Fri 2016-10-21 13:54:30 +0200 message: Master thesis Morales2012a modified: doc/yade-theses.bib -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3950: minor editing of installation page

2016-10-20 Thread noreply
revno: 3950 author: Bruno Chareyre committer: GitHub timestamp: Thu 2016-10-20 14:41:32 +0200 message: minor editing of installation page modified: doc/sphinx/installation.rst

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3949: a note on using distcc and ccache

2016-10-20 Thread noreply
revno: 3949 author: Bruno Chareyre committer: GitHub timestamp: Thu 2016-10-20 14:34:19 +0200 message: a note on using distcc and ccache modified: doc/sphinx/installation.rst --

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] 1 revision removed

2016-10-19 Thread noreply
1 revision was removed from the branch. -- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3949: example files for Potential Blocks

2016-10-19 Thread noreply
revno: 3949 committer: booncw timestamp: Thu 2016-10-20 02:09:12 +0800 message: example files for Potential Blocks added: examples/PotentialBlocks/Tunnel/ examples/PotentialBlocks/Tunnel/Cavern.py

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3947: fixed a minor compilation issue in ConcretePM

2016-10-18 Thread noreply
revno: 3947 committer: Jan Stransky timestamp: Tue 2016-10-18 11:11:52 +0200 message: fixed a minor compilation issue in ConcretePM modified: pkg/dem/ConcretePM.cpp -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3948: Fixed call of _utils.interactionAnglesHistogram with default arduments

2016-10-18 Thread noreply
revno: 3948 committer: Jan Stransky timestamp: Tue 2016-10-18 15:46:31 +0200 message: Fixed call of _utils.interactionAnglesHistogram with default arduments question #403014 modified: py/_utils.cpp

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3946: Changed L3Geom to ScGeom in tutorial example scripts

2016-10-18 Thread noreply
revno: 3946 committer: Jan Stransky timestamp: Tue 2016-10-18 11:04:27 +0200 message: Changed L3Geom to ScGeom in tutorial example scripts modified: doc/sphinx/tutorial/01-bouncing-sphere.py

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3945: Added PolyhedraSplitter example

2016-10-17 Thread noreply
revno: 3945 committer: Jan Stransky timestamp: Mon 2016-10-17 13:03:50 +0200 message: Added PolyhedraSplitter example added: examples/polyhedra/splitter.py -- lp:yade

  1   2   3   4   5   6   7   8   9   10   >