tadd initial value to fluidarg - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 55bcba190fabc5b556e3391c13d47db7cc8e9882
(DIR) parent 3fa833c75f58c95a5bffbd695a06f25e7e778c03
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 28 Jul 2014 10:12:54 +0200
add initial value to fluidarg
Diffstat:
M python/sphere.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/python/sphere.py b/python/sphere.py
t@@ -3089,6 +3089,7 @@ class sim:
quiet = ""
stdout = ""
dryarg = ""
+ fluidarg = ""
valgrindbin = ""
cudamemchk = ""
binary = "sphere"