Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd cross references in docstrings - sphere - GPU-based 3D discrete element me…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit da8a0363c14d9d24b206bca1a4b7819b77a4ad1b
parent 5955c91f69a45d785a84f480e4eab2efe388f68e
Author: Anders Damsgaard <[email protected]>
Date: Tue, 20 Jan 2015 09:37:29 +0100
add cross references in docstrings
Diffstat:
M python/sphere.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -5186,7 +5186,8 @@ class sim:
:param f: Fluctuation frequency [Hz]
:type f: float
- See also: :func:`setFluidPressureModulation()`
+ See also: :func:`setFluidPressureModulation()` and
+ :func:`disableTopWallNormalStressModulation()`
'''
self.sigma0_A[0] = A
self.sigma0_mod_f[0] = f
t@@ -5212,7 +5213,8 @@ class sim:
:param phi: Fluctuation phase shift (default=0.0)
:type phi: float
- See also: :func:`disableFluidPressureModulation()`
+ See also: :func:`setTopWallNormalStressModulation()` and
+ :func:`disableFluidPressureModulation()`
'''
self.p_mod_A[0] = A
self.p_mod_f[0] = f
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.