Changeset 716 for trunk/doc/highlevelapi.txt
- Timestamp:
- 02/19/10 16:58:37 (2 years ago)
- Files:
-
- 1 modified
-
trunk/doc/highlevelapi.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/highlevelapi.txt
r708 r716 405 405 In more abstract models, it is often useful to be able to avoid edge effects by specifying periodic boundary conditions, e.g.:: 406 406 407 >>> connector = DistanceDependentProbabilityConnector("exp(-abs(d))", space=Space(periodic_boundaries=( 500, 500, 0)))407 >>> connector = DistanceDependentProbabilityConnector("exp(-abs(d))", space=Space(periodic_boundaries=((0,500), (0,500), None))) 408 408 409 409 calculates distance on the surface of a torus of circumference 500 µm (wrap-around in the x- and y-dimensions but not z).
