tadd cross references in docstrings - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit da8a0363c14d9d24b206bca1a4b7819b77a4ad1b
(DIR) parent 5955c91f69a45d785a84f480e4eab2efe388f68e
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
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(-)
---
(DIR) 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