Introduction
Introduction Statistics Contact Development Disclaimer Help
tdo not write vtk files as default - sphere - GPU-based 3D discrete element met…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 076d803cd410527527159eb2ca7baffd906e4cba
parent 7672e24ab60986ca9be6cb289a0317a625fed6d1
Author: Anders Damsgaard <[email protected]>
Date: Fri, 4 Jul 2014 15:04:56 +0200
do not write vtk files as default
Diffstat:
M python/permeability1.py | 2 +-
M python/permeability2.py | 2 +-
M python/permeability3.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python/permeability1.py b/python/permeability1.py
t@@ -34,4 +34,4 @@ for dp in [1.0e3, 2.0e3]:
sim.run(dry=True)
sim.run()
- sim.writeVTKall()
+ #sim.writeVTKall()
diff --git a/python/permeability2.py b/python/permeability2.py
t@@ -34,4 +34,4 @@ for dp in [4.0e3, 10.0e3]:
sim.run(dry=True)
sim.run()
- sim.writeVTKall()
+ #sim.writeVTKall()
diff --git a/python/permeability3.py b/python/permeability3.py
t@@ -34,4 +34,4 @@ for dp in [20.0e3, 40.0e3]:
sim.run(dry=True)
sim.run()
- sim.writeVTKall()
+ #sim.writeVTKall()
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.