Introduction
Introduction Statistics Contact Development Disclaimer Help
tFixed typo - sphere - GPU-based 3D discrete element method algorithm with opti…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 18b731037ae5f967592fe454bd63bf2a679b3253
parent bec2d715c4027803beb7d160ea0b0df2c1b860b8
Author: Anders Damsgaard <[email protected]>
Date: Wed, 28 Nov 2012 13:36:09 +0100
Fixed typo
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -667,7 +667,7 @@ class Spherebin:
self.adjustUpperWall()
# Set the top wall BC to a value of deviatoric stress
- sekf.wmode = numpy.array([1])
+ self.wmode = numpy.array([1])
self.w_devs = numpy.ones(1) * deviatoric_stress
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.