Changeset 2288


Ignore:
Timestamp:
Jan 25, 2006, 5:29:30 PM (18 years ago)
Author:
ole
Message:

Tidied up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/examples/bedslope.py

    r2156 r2288  
    1212     Dirichlet_boundary, Time_boundary, Transmissive_boundary
    1313
    14 #Create basic mesh
     14#Create basic triangular mesh
    1515points, vertices, boundary = rectangular(10, 10)
    1616
    1717#Create shallow water domain
    1818domain = Domain(points, vertices, boundary)
    19 domain.smooth = False
    20 domain.visualise = False
    21 domain.store = True
    22 domain.filename = 'bedslope'
    23 domain.default_order = 2
     19domain.set_name('bedslope')
     20
    2421
    2522#######################
     
    5148######################
    5249#Evolution
    53 
    5450domain.check_integrity()
    5551
     
    5753    domain.write_time()
    5854
    59 
    60 
Note: See TracChangeset for help on using the changeset viewer.