Changeset 1934
- Timestamp:
- Oct 17, 2005, 9:47:20 AM (19 years ago)
- Location:
- inundation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/analytical solutions/Analytical solution_oblique_shock_01.py
r1931 r1934 42 42 leny = 30. 43 43 lenx = 40. 44 f = 444 f = 1 45 45 n = 60*f 46 46 m = 80*f 47 47 48 points, elements, boundary = oblique_cross(m, n, lenx, leny )48 points, elements, boundary = oblique_cross(m, n, lenx, leny, theta = 25) 49 49 domain = Domain(points, elements, boundary) 50 50 … … 65 65 # Visualization smoothing 66 66 domain.smooth=True 67 #domain.visualise=True67 domain.visualise=True 68 68 69 69 ####################### … … 184 184 #im = ImageGrab.grab() 185 185 #im.save("ccube.eps") 186 -
inundation/zeus/anuga-workspace.zwi
r1734 r1934 3 3 <mode>Debug</mode> 4 4 <active>parallel</active> 5 <project name="analytic solns">analytic solns.zpi</project> 5 6 <project name="Merimbula">Merimbula.zpi</project> 6 7 <project name="parallel">parallel.zpi</project>
Note: See TracChangeset
for help on using the changeset viewer.