Changeset 1934


Ignore:
Timestamp:
Oct 17, 2005, 9:47:20 AM (19 years ago)
Author:
steve
Message:
 
Location:
inundation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/analytical solutions/Analytical solution_oblique_shock_01.py

    r1931 r1934  
    4242leny = 30.
    4343lenx = 40.
    44 f = 4
     44f = 1
    4545n = 60*f
    4646m = 80*f
    4747
    48 points, elements, boundary = oblique_cross(m, n, lenx, leny)
     48points, elements, boundary = oblique_cross(m, n, lenx, leny, theta = 25)
    4949domain = Domain(points, elements, boundary)
    5050
     
    6565# Visualization smoothing
    6666domain.smooth=True
    67 #domain.visualise=True
     67domain.visualise=True
    6868
    6969#######################
     
    184184#im = ImageGrab.grab()
    185185#im.save("ccube.eps")
    186 
  • inundation/zeus/anuga-workspace.zwi

    r1734 r1934  
    33    <mode>Debug</mode>
    44    <active>parallel</active>
     5    <project name="analytic solns">analytic solns.zpi</project>
    56    <project name="Merimbula">Merimbula.zpi</project>
    67    <project name="parallel">parallel.zpi</project>
Note: See TracChangeset for help on using the changeset viewer.