lp:yade

Owned by Yade developers
Get this repository:
git clone https://git.launchpad.net/yade

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.com/yade-dev/trunk.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 4 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log

Updating repository...

Launchpad is processing new changes to this repository which will be available shortly. Reload to see the changes.

Branches

Name Last Modified Last Commit
refactorMPIInit 2020-05-26 11:15:42 UTC
debug

Author: Bruno Chareyre
Author Date: 2020-05-26 11:15:42 UTC

debug

MPIdocRebased 2020-05-22 10:45:39 UTC
use some doctests in mpy.rst

Author: Bruno Chareyre
Author Date: 2020-05-22 10:45:39 UTC

use some doctests in mpy.rst

MPIdoc 2020-05-17 18:47:30 UTC
revert changes in MPIdoc that came from master through some earlier merge mis...

Author: Bruno Chareyre
Author Date: 2020-05-17 18:47:30 UTC

revert changes in MPIdoc that came from master through some earlier merge mistakes (IMHO)

testFormattingTest 2020-03-21 21:42:06 UTC
Revert "scripts/clang-formatter.sh ./pkg (6/9)"

Author: Janek Kozicki
Author Date: 2020-03-21 21:42:06 UTC

Revert "scripts/clang-formatter.sh ./pkg (6/9)"

This reverts commit ae390d4d4481d233aaa765431cd3a12c6c9b7770.

removeUselessPFVfunction 2020-02-13 09:39:19 UTC
Remove useless function

Author: Robert Caulk
Author Date: 2020-02-13 09:39:19 UTC

Remove useless function

fix138shiftBy1 2020-01-23 17:11:32 UTC
A different approach in fixing #138 : use j larger by 1. Change >= and v[j+1]...

Author: Janek Kozicki
Author Date: 2020-01-23 17:10:10 UTC

A different approach in fixing #138 : use j larger by 1. Change >= and v[j+1] accordingly.

fix138 2020-01-23 14:45:46 UTC
Or maybe exploit the fact that unsigned(0-1)==4294967295. And add a condition...

Author: Janek Kozicki
Author Date: 2020-01-23 14:43:48 UTC

Or maybe exploit the fact that unsigned(0-1)==4294967295. And add a condition 'j != std::numeric_limits<decltype(j)>::max()' to while loop?

highPrecisionExperimentsDontMerge 2020-01-19 16:51:06 UTC
Reduce MPFR and boost float precision tests to 45 places.

Author: Janek Kozicki
Author Date: 2020-01-19 16:50:37 UTC

Reduce MPFR and boost float precision tests to 45 places.

2020.01 2020-01-12 08:39:38 UTC
Update Changelog

Author: Anton Gladky
Author Date: 2020-01-12 08:39:38 UTC

Update Changelog

reb1 2019-11-28 18:42:06 UTC
add comments

Author: Deepak
Author Date: 2019-11-28 18:42:06 UTC

add comments

addAabbBoxEnlargeFactor 2019-11-27 10:06:43 UTC
fix compile error

Author: Robert Caulk
Author Date: 2019-11-27 10:06:43 UTC

fix compile error

addGuiRandomPositionTest 2019-11-11 00:40:58 UTC
Add new GUI test: ResetRandomPosition. (on top of ASAN).

Author: Janek Kozicki
Author Date: 2019-11-10 17:49:09 UTC

Add new GUI test: ResetRandomPosition. (on top of ASAN).

fix/cmake_optimization 2019-11-08 19:57:54 UTC
Update documentation

Author: Anton Gladky
Author Date: 2019-11-08 19:57:54 UTC

Update documentation

PotentialBlockInertiaCheck 2019-10-30 15:39:40 UTC
Correcting typo: we check now both Ixz and Iyz instead of twice Iyz, when loo...

Author: Jérôme Duriez
Author Date: 2019-10-30 15:39:40 UTC

Correcting typo: we check now both Ixz and Iyz instead of twice Iyz, when looking at off-diagonal terms of inertia matrix

remeshTwoPhaseFlowEngine 2019-10-24 08:13:04 UTC
remesh with meshUpdateInterval and doInterpolate

Author: Katia Boschi
Author Date: 2019-10-24 08:13:04 UTC

remesh with meshUpdateInterval and doInterpolate

bodyReallocFluidCoupling 2019-10-23 15:08:38 UTC
update of intersections and mirrorInters in cpp

Author: Deepak
Author Date: 2019-10-23 14:10:32 UTC

update of intersections and mirrorInters in cpp

pressureInjectionShort 2019-10-22 13:55:06 UTC
Move files before they were deleted.

Author: Janek Kozicki
Author Date: 2019-07-11 15:14:24 UTC

Move files before they were deleted.

fix/bodycontainer_iterator 2019-10-19 18:07:37 UTC
Fix #119 by removing the custom iterator

Author: Anton Gladky
Author Date: 2019-10-19 18:07:37 UTC

Fix #119 by removing the custom iterator

mpifluidcouplingRebase 2019-10-18 08:44:43 UTC
fix comment quote

Author: Deepak
Author Date: 2019-10-17 10:24:44 UTC

fix comment quote

fixPedantic 2019-10-13 22:23:11 UTC
https://gcc.gnu.org/onlinedocs/gcc-4.8.5/cpp/Swallowing-the-Semicolon.html#Sw...
mpifluidcoupling 2019-10-10 12:25:39 UTC
no #include in yade namespace

Author: Bruno Chareyre
Author Date: 2019-10-10 12:25:39 UTC

no #include in yade namespace

mpi_and_collider_rebased 2019-10-10 00:48:10 UTC
make constantness checkScript improvement-blind ;)

Author: Bruno Chareyre
Author Date: 2019-10-09 22:30:21 UTC

make constantness checkScript improvement-blind ;)

parallelExperiments 2019-10-04 15:53:43 UTC
fix deadlock when MPI's MAX_RANK_OUTPUT < num. cores

Author: bchareyre
Author Date: 2019-10-04 15:53:43 UTC

fix deadlock when MPI's MAX_RANK_OUTPUT < num. cores

jcfPMCheckToPassBullseye 2019-09-22 12:45:39 UTC
Make JCFpm pass bullseye.

Author: Robert Caulk
Author Date: 2019-09-22 12:45:39 UTC

Make JCFpm pass bullseye.

partialSatClayEngine 2019-08-23 15:25:47 UTC
Delete useless partialSatEngTest.py

Author: Robert Caulk
Author Date: 2019-08-23 15:25:47 UTC

Delete useless partialSatEngTest.py

mpi-master-merge 2019-08-12 12:03:26 UTC
comment FluidDomainBbox class

Author: Deepak
Author Date: 2019-08-12 12:03:26 UTC

comment FluidDomainBbox class

explainSelfIntr 2019-08-11 14:45:57 UTC
Add link :ref:`interaction-flow`, where it is (should be) all explained.

Author: Janek Kozicki
Author Date: 2019-08-08 10:22:49 UTC

Add link :ref:`interaction-flow`, where it is (should be) all explained.

newVertexHandles 2019-08-07 17:54:04 UTC
refactored filling of Tesselation::vertexHandles, fixing TesselationWrapper b...

Author: Bruno Chareyre
Author Date: 2019-08-07 17:54:04 UTC

refactored filling of Tesselation::vertexHandles, fixing TesselationWrapper bug resulting from fa1c3c4dee638ff29cc

feature/dailypackages 2019-07-11 20:21:04 UTC
Update scripts

Author: Anton Gladky
Author Date: 2019-07-11 20:21:04 UTC

Update scripts

mpi 2019-06-21 16:35:00 UTC
fix my mistake (accidental erase of reqs=[[req[0]] for req in reqs] in copybo...

Author: Deepak
Author Date: 2019-06-21 16:35:00 UTC

fix my mistake (accidental erase of reqs=[[req[0]] for req in reqs] in copybody algorithm -->

correctionsOfCheckDEMPFV 2019-05-20 17:47:22 UTC
fix compile error

Author: Bruno Chareyre
Author Date: 2019-05-10 17:05:36 UTC

fix compile error

PolyedraGeom_fixed_typo_in_doc 2019-05-16 11:13:27 UTC
Fixed a typo in PolyhedraGeom docstring

Author: Jan Stránský
Author Date: 2019-05-16 11:12:31 UTC

Fixed a typo in PolyhedraGeom docstring

question #680857

fixNumpyWarning 2019-05-08 22:39:12 UTC
Add option NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION. But this produces warni...

Author: Janek Kozicki
Author Date: 2019-05-08 20:27:20 UTC

Add option NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION. But this produces warnings about void* arithmetics. So these should be fixed too.

2019.01 2019-01-29 19:01:56 UTC
Update Changelog file

Author: Anton Gladky
Author Date: 2019-01-29 19:01:56 UTC

Update Changelog file

2018.02 2018-02-20 17:56:18 UTC
Update changelog

Author: Anton Gladky
Author Date: 2018-02-20 17:56:18 UTC

Update changelog

2017.01 2017-01-19 21:23:17 UTC
Update changelog.

Author: Anton Gladky
Author Date: 2017-01-19 21:17:47 UTC

Update changelog.

2016.06 2016-06-14 18:37:57 UTC
Update changelog.

Author: Anton Gladky
Author Date: 2016-06-14 18:37:57 UTC

Update changelog.

1.20 2015-10-09 19:23:47 UTC
Update changelog.

Author: Anton Gladky
Author Date: 2015-10-09 19:23:47 UTC

Update changelog.

1.14 2015-04-21 20:37:48 UTC
Add RELEASE file, up update Changelog.

Author: Anton Gladky
Author Date: 2015-04-21 20:37:48 UTC

Add RELEASE file, up update Changelog.

1.12 2014-10-20 19:24:52 UTC
Update changelog.

Author: Anton Gladky
Author Date: 2014-10-20 19:24:52 UTC

Update changelog.

1.11 2014-08-30 20:12:58 UTC
Add RELEASE file.

Author: Anton Gladky
Author Date: 2014-08-30 20:12:58 UTC

Add RELEASE file.

1.10 2014-06-25 17:41:03 UTC
Update changelog.

Author: Anton Gladky
Author Date: 2014-06-25 17:41:03 UTC

Update changelog.

1.09 2014-05-18 15:33:35 UTC
Update date in Changelog.

Author: Anton Gladky
Author Date: 2014-05-18 15:33:35 UTC

Update date in Changelog.

1.07 2014-01-10 20:30:37 UTC
Update Changelog.

Author: Anton Gladky
Author Date: 2014-01-10 20:30:37 UTC

Update Changelog.

1.05 2013-10-28 18:51:40 UTC
Add RELEASE file.

Author: Anton Gladky
Author Date: 2013-10-28 18:51:40 UTC

Add RELEASE file.

1.00 2013-09-29 22:05:20 UTC
Update changelog.

Author: Anton Gladky
Author Date: 2013-09-29 22:05:20 UTC

Update changelog.

0.97 2013-05-12 12:48:29 UTC
0.97.0

Author: Anton Gladky
Author Date: 2013-05-12 12:48:29 UTC

0.97.0

0.95 2013-03-05 19:36:40 UTC
0.95.0

Author: Anton Gladky
Author Date: 2013-03-05 19:36:40 UTC

0.95.0

0.90 2012-12-03 19:53:13 UTC
0.90.3

Author: Anton Gladky
Author Date: 2012-12-03 19:53:13 UTC

0.90.3

0.80 2012-05-29 20:59:10 UTC
Update RELEASE file.

Author: Anton Gladky
Author Date: 2012-05-29 20:58:36 UTC

Update RELEASE file.

0.70 2012-02-27 20:22:07 UTC
0.70.0

Author: Anton Gladky
Author Date: 2012-02-27 20:22:07 UTC

0.70.0

0.60 2012-02-27 20:20:38 UTC
0.60.3

Author: Anton Gladky
Author Date: 2012-02-27 20:20:38 UTC

0.60.3

0.50 2012-02-27 20:16:01 UTC
0.50.1

Author: Anton Gladky
Author Date: 2012-02-27 20:16:01 UTC

0.50.1

0.20 2012-02-27 20:13:07 UTC
0.20.2

Author: Anton Gladky
Author Date: 2012-02-27 20:13:07 UTC

0.20.2

101154 of 154 results
This repository contains Public information 
Everyone can see this information.