Changeset 5733
- Timestamp:
- Sep 5, 2008, 9:45:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anuga_1d/dam_h_elevation.py
r5731 r5733 31 31 32 32 L=2000.0 33 N= 80033 N=400 34 34 35 35 cell_len=L/N … … 41 41 domain=Domain(points) 42 42 43 domain.default_order = 143 domain.default_order = 2 44 44 domain.default_time_order = 2 45 45 domain.cfl = 1.0 … … 106 106 return y 107 107 108 domain.set_quantity('stage',stage _perturb)109 domain.set_quantity('elevation', elevation_ parabol)108 domain.set_quantity('stage',stage) 109 domain.set_quantity('elevation', elevation_box) 110 110 #domain.set_quantity('xmomentum', xmom_sincos) 111 111 domain.order=domain.default_order
Note: See TracChangeset
for help on using the changeset viewer.