Torus | Cellzilla2D Home |
Description
Torus is an unistantiated functions that represents a tissue with periodic boundary conditions.
Needs["Cellzilla2D`"];
Return Value
Torus[ Tissue[v, e, c], rules] is the periodic boundary condition representation of Tissue[v,e,c]. The rules have the form {ei->ej, ei->ej, ...} where each edge ei is associated with and edge ej, meaning that the represent the same edge in the periodic representation.
ToTorus[tissue] converts a tissue to a torus.
TorusTissue[torus]converts a torus to a tissue.
The Tissue[...] object of the torus must be rectangular; it is obtained by sliding and "unwrapping" the torus into a rectangle.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also