Changeset 587 for inundation/ga/storm_surge/analytical solutions
- Timestamp:
- Nov 17, 2004, 11:40:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/analytical solutions/oblique_test_chris.py
r564 r587 39 39 leny = 30. 40 40 lenx = 40. 41 n = 50 42 m = 60 41 43 42 44 points, elements, boundary = oblique(m, n, lenx, leny) … … 44 46 45 47 # Order of solver 46 domain.default_order= 148 domain.default_order=2 47 49 48 50 # Store output … … 74 76 D = Dirichlet_boundary([1.0, 8.57, 0.0]) 75 77 76 domain.set_boundary({'left': D, 'right': T, 'top': T, 'bottom': R})78 domain.set_boundary({'left': D, 'right': T, 'top': R, 'bottom': R}) 77 79 78 80 ######################
Note: See TracChangeset
for help on using the changeset viewer.