Changeset 5733


Ignore:
Timestamp:
Sep 5, 2008, 9:45:09 AM (16 years ago)
Author:
sudi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anuga_1d/dam_h_elevation.py

    r5731 r5733  
    3131
    3232L=2000.0
    33 N=800
     33N=400
    3434
    3535cell_len=L/N
     
    4141domain=Domain(points)
    4242
    43 domain.default_order = 1
     43domain.default_order = 2
    4444domain.default_time_order = 2
    4545domain.cfl = 1.0
     
    106106    return y
    107107
    108 domain.set_quantity('stage',stage_perturb)
    109 domain.set_quantity('elevation', elevation_parabol)
     108domain.set_quantity('stage',stage)
     109domain.set_quantity('elevation', elevation_box)
    110110#domain.set_quantity('xmomentum', xmom_sincos)
    111111domain.order=domain.default_order
Note: See TracChangeset for help on using the changeset viewer.