← Back to team overview

yade-users team mailing list archive

Yade 1.05.0

 

Yade 1.05.0 is released. Tarball is available in Download section on the Launchpad's page [1].

Thanks all for contribution!

[1] https://launchpad.net/yade/trunk/yade-1.00.0/+download/yade-1.05.0.tar.gz

The full changelog:

Anton Gladky (19):
      Add system-component of boost to be linked.
Fix typo in equations in getViscoelasticFromSpheresInteraction (documentation). Thanks to Medack (TU Freiberg).
      Explicitly link BZip2-library
      Explicitly link ZLIB-library
      Update installation docs, add libbz2-dev zlib1g-dev.
      Fix LudingPM.
      Rename variables in LudingPM (Theta->Delta).
      Fix k2-calculation in LudingPM.
      Update script for LudingPM.
      Split gui/qt4/GLViewer.cpp.
      Remove pkg/dem/DomainLimiter.*
      Recover DomainLimiter (LawTester should be moved somewhere).
      Remove some warnings.
      Update numpy_boost.hpp from svn.
      Remove executes bit on py, cpp and h-files.
      Split Shop.cpp on Shop_01.cpp and Shop_02.cpp
      Fix compilation.
      Remove stable-PPA reference from documentation.
      Replace all libboost-*-dev by libboost-all-dev.

Christian Jakob (19):
      complete description of clump methods in users manual
      fix a bug in inertia tensor approximation scheme
      fix some links in users manual and Scene doc
      fix description of default material in users manual
      fixing/updating refs and links in users manual - part 1
      removed SpherePadder description from users manual
      fixing/updating refs and links in users manual - part 2 (finished)
adapt buoyancy example with new O.forces.addF() method and make it look nicer update in Clump::updateProperties: included new bool integrateInertia and int discretization and adapt clump(), appendClumpend(), addToClump(), releaseFromClump(), replaceByClumps() and growParticles()
      create links to some example scripts in wrapper
increase initialization speed of examples/packs/packs.py (fix https://bugs.launchpad.net/yade/+bug/1229783)
      try to fix (still broken) refs in users manual
      Merge branch 'master' of github.com:yade/trunk
make getRoundness() more flexible: empty excludeList is no more needed as input argument; adapt replaceByClumps-example.py and associated part in users manual
      small fix in users manual
      fix a link in TesselationWrapper
      fix a link in TesselationWrapper (second try)
      fix buoyancy example for clumps
      removed typenames from Polyhedra.cpp, make gcc < version 4.7 happy

Donia (4):
      Save the relative velocities of particles.
      Compute edgesSurfaces if viscousShear is true.
      Save the interactions only between spheres into a vector.
      get the shear and normal viscous stress in each interaction.

Jan Stransky (10):
      marginal modifications
      Merge branch 'master' of github.com:yade/trunk
Added periodic cell VTK export (to VTKRecorder and export.VTKExporter)
      Merge branch 'master' of github.com:yade/trunk
      added forgotten example file
      fixed bug in export.VTKExporter from one previous commits
      Merge branch 'master' of github.com:yade/trunk
      Polyhedra implementation + examples (Contributed by Jan Elias).
      adding examples with tetrehadron modeled by new Polyhedron class
CombinedKinematicEngine will not call its 'dead' subengines (question #237437)

Jerome Duriez (6):
      Correction of typo in comment
Proposal of new (similar but more compact) examples using JCFpm classes. A choice can be made one day after some feedback ? Some changes in JCFpm documentation (add of external references, and removal of cross reference towards the CFpm model which does not exist anymore). In cpp, some commented lines to add (in the future ?) some post-pro features that could maybe break current saves of (existing ??) current users Commiting changes discussed briefly in https://lists.launchpad.net/yade-dev/msg09979.html. Mainly written by L. Scholtes, they allow to vizualize with paraview some features of JCFpm classes. It adds then 2 recorders, "jcfpm" and "cracks", that are separated mainly for historical reasons.. They are anyway now documented Add of pylab.ion() in plotNumInteractionsHistogram() and plotDirections() so that yade does not hang anymore after launch of these functions (even after closing the plot window, here). Still thanks to Vaclav ! (http://stackoverflow.com/questions/9753885/pylab-matplotlib-show-waits-until-window-closes)
      Anecdotic changes in an example script

Klaus Thoeni (2):
      resolve problem with mask in GridConnection
      ignore local kdevelope specific files on git