Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix density data type - sphere - GPU-based 3D discrete element method algorith…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 97b6171b039464b3b0927e4cc9adb2676625055f
parent 5faf8deaee3d79487ba1d43a6babd6d0f2faa7f6
Author: Anders Damsgaard Christensen <[email protected]>
Date: Tue, 13 Sep 2016 09:59:45 -0700
fix density data type
Diffstat:
M python/creep-master.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/creep-master.py b/python/creep-master.py
t@@ -135,7 +135,7 @@ shear.readbin("../output/" + sim_id +
# Periodic x and y boundaries
shear.periodicBoundariesXY()
-shear.rho = rho_g
+shear.rho[0] = rho_g
shear.g[2] = g
# Disable particle viscosities
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.