Changeset 450
- Timestamp:
- Oct 26, 2004, 8:58:32 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/netherlands.py
r449 r450 10 10 # 11 11 from shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\ 12 Transmissive_boundary, Time_boundary,Constant_height12 Transmissive_boundary, Constant_height 13 13 14 14 from mesh_factory import rectangular … … 95 95 #N = 150 96 96 N = 130 97 97 N = 60 98 98 99 99 print 'Creating domain' … … 125 125 else: 126 126 s = 'nonsmooth' 127 domain.filename = root + '_ ' + s127 domain.filename = root + '_py3_' + s 128 128 else: 129 129 domain.visualise = True
Note: See TracChangeset
for help on using the changeset viewer.