Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd string delimiters to ID calls - sphere - GPU-based 3D discrete element met…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit ba6ab733f0a96ab4c9bc93893741709311e3d9f8
parent e55cc7b2d249d6e236d5bb8933657aa6f645d9b8
Author: Anders Damsgaard Christensen <[email protected]>
Date: Sat, 4 Jun 2016 11:55:38 -0700
add string delimiters to ID calls
Diffstat:
M python/generate-consolidation-scri… | 2 +-
M python/generate-rate-state-scripts… | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python/generate-consolidation-scripts-comet.py b/python/generate-c…
t@@ -97,7 +97,7 @@ import sphere
cons = sphere.sim('init-1e4')
cons.readlast()
-cons.id({jobname})
+cons.id('{jobname}')
cons.periodicBoundariesXY()
diff --git a/python/generate-rate-state-scripts-comet-rs0.py b/python/generate-…
t@@ -103,7 +103,7 @@ import numpy
sim = sphere.sim(fluid=False)
sim = sphere.sim('shear-sigma0=' + str({effective_stress}), fluid=False)
sim.readlast()
-sim.id({jobname})
+sim.id('{jobname}')
sim.checkerboardColors(nx=6, ny=6, nz=6)
sim.cleanup()
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.