Ignore:
Timestamp:
Nov 15, 2011, 4:36:00 PM (12 years ago)
Author:
steve
Message:

commiting at the anuga_core level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/shallow_water_balanced_steve/run_wave.py

    r8202 r8248  
    1212import sys
    1313import anuga
    14 from swb_domain import *
     14from anuga import Domain
     15#from swb_domain import *
    1516
    1617from math import cos
     
    5657domain.set_timestepping_method('rk2')
    5758domain.set_default_order(2)
     59domain.set_beta(2.0)
    5860
    5961print domain.get_timestepping_method()
     
    7981Bd = anuga.Dirichlet_boundary([1,0.,0.]) # Constant boundary values
    8082amplitude = 1
    81 wave_length = 1000.0
     83wave_length = 300.0
    8284Bw = anuga.Time_boundary(domain=domain,     # Time dependent boundary
    8385## Sine wave
Note: See TracChangeset for help on using the changeset viewer.