~ubuntu-branches/ubuntu/wily/yade/wily

« back to all changes in this revision

Viewing changes to examples/polyhedra/irregular.py

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-11-14 12:54:52 UTC
  • mfrom: (20.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20141114125452-t16anreumu4ybg2s
Tags: 1.12.0-2ubuntu1
Add allow-stderr restriction to autopkgtest, to silence a warning
printed by new matplotlib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
   InteractionLoop(
39
39
      [Ig2_Wall_Polyhedra_PolyhedraGeom(), Ig2_Polyhedra_Polyhedra_PolyhedraGeom(), Ig2_Facet_Polyhedra_PolyhedraGeom()], 
40
40
      [Ip2_PolyhedraMat_PolyhedraMat_PolyhedraPhys()], # collision "physics"
41
 
      [PolyhedraVolumetricLaw()]   # contact law -- apply forces
 
41
      [Law2_PolyhedraGeom_PolyhedraPhys_Volumetric()]   # contact law -- apply forces
42
42
   ),
43
43
   #GravityEngine(gravity=(0,0,-9.81)),
44
44
   NewtonIntegrator(damping=0.5,gravity=(0,0,-9.81)),