tdeformationdepth.py: remove extra newlines - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit f34dd6a1255c60e0824849c9411aa7ce679e4aa1
DIR parent 77a9e109fefaec56e7017ac309726b091d35dbf5
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 18 Apr 2022 13:04:20 +0200
deformationdepth.py: remove extra newlines
Diffstat:
M python/deformationdepth.py | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
DIR diff --git a/python/deformationdepth.py b/python/deformationdepth.py
t@@ -65,7 +65,6 @@ if (initialization == True):
init.render(method = "angvel", max_val = 0.3, verbose = False)
-
# For each normal stress, consolidate and subsequently shear the material
for N in Nlist:
t@@ -86,7 +85,6 @@ for N in Nlist:
cons.consolidate(normal_stress = N)
cons.adaptiveGrid()
-
# Set duration of simulation
cons.initTemporal(total = 1.5)