- Timestamp:
- Oct 25, 2011, 8:50:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/2010-projects/anuga_1d/sqpipe/parabolic_canal.py
r8236 r8238 69 69 N = 100 70 70 print "Evaluating domain with %d cells" %N 71 domain = dom.Domain(*uniform_mesh(N, x_0 = -2.0*L_x, x_1 = 2.0*L_x) )71 domain = dom.Domain(*uniform_mesh(N, x_0 = -2.0*L_x, x_1 = 2.0*L_x), bulk_modulus = 75.0) 72 72 73 73 domain.set_spatial_order(2)
Note: See TracChangeset
for help on using the changeset viewer.