| treduce N in channel experiment - sphere - GPU-based 3D discrete element method… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit cdb27fe393e02eeefeca2d85bd1f584d9c0a8d2d | |
| parent 8a009dca962d49ca4177473e766a4aa3dbef9343 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Fri, 1 Apr 2016 00:13:05 +0200 | |
| reduce N in channel experiment | |
| Diffstat: | |
| M python/channel.py | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/python/channel.py b/python/channel.py | |
| t@@ -6,7 +6,7 @@ relaxation = False | |
| consolidation = True | |
| id_prefix = 'channel3' | |
| -N = 40e3 | |
| +N = 10e3 | |
| cube = sphere.sim('cube-init') | |
| cube.readlast() |