| tchange domain size to equal other simulation - sphere - GPU-based 3D discrete … | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit abbe073852e486d794de964f9dc129349af089e9 | |
| parent a163cdbc7a035c9f11c8ab2a2ec4ce36cad09ad4 | |
| Author: Anders Damsgaard Christensen <[email protected]> | |
| Date: Wed, 15 Jun 2016 18:16:27 -0700 | |
| change domain size to equal other simulation | |
| Diffstat: | |
| M python/alejandro-init-cons.py | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/python/alejandro-init-cons.py b/python/alejandro-init-cons.py | |
| t@@ -39,7 +39,7 @@ init.g[2] = -9.81 | |
| init.periodicBoundariesX() | |
| # Initialize positions in random grid (also sets world size) | |
| -init.initRandomGridPos(gridnum=[12, 12, 1e9]) | |
| +init.initRandomGridPos(gridnum=[24, 24, 1e9]) | |
| # Set duration of simulation | |
| init.initTemporal(total=10.0, epsilon=0.07) |