Changeset 3086
- Timestamp:
- Jun 5, 2006, 5:06:52 PM (19 years ago)
- Location:
- inundation/pyvolution
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/neighbour_mesh.py
r3085 r3086 1 """Classes implementing general 2D geometrical mesh of triangles. 1 """Classes implementing general 2D triangular mesh with neighbour structure. 2 3 This structure is purely geometrical. Anything relating to quantities 4 or timestepping is implemented in subclass domain.py. 2 5 3 6 Ole Nielsen, Stephen Roberts, Duncan Gray, Christopher Zoppou
Note: See TracChangeset
for help on using the changeset viewer.