Introduction
Introduction Statistics Contact Development Disclaimer Help
tassign values to correct variables - sphere - GPU-based 3D discrete element me…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit f0dc3b9d95061ed6a6ef8bbf98628002b7f4f0d7
parent d2028121eff909fff835dbe760771c2d87dd5c6c
Author: Anders Damsgaard <[email protected]>
Date: Wed, 21 Jan 2015 11:40:26 +0100
assign values to correct variables
Diffstat:
M python/sphere.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -5233,8 +5233,8 @@ class sim:
See also: :func:`setFluidPressureModulation()` and
:func:`disableTopWallNormalStressModulation()`
'''
- self.sigma0_A[0] = A
- self.sigma0_mod_f[0] = f
+ self.w_sigma0_A[0] = A
+ self.w_sigma0_f[0] = f
if plot:
self.plotSinFunction(self.w_sigma0[0], A/1000.0, f, phi=0.0,
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.