Changeset 4026 for anuga_core/source/anuga/examples/advection_dirichlet.py
- Timestamp:
- Nov 21, 2006, 8:36:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/examples/advection_dirichlet.py
r3560 r4026 20 20 domain = Domain(points, vertices, boundary, velocity=[1.0, -1.0]) 21 21 domain.smooth = False 22 domain.visualise = True23 22 24 23 #Boundaries
Note: See TracChangeset
for help on using the changeset viewer.