Changeset 450


Ignore:
Timestamp:
Oct 26, 2004, 8:58:32 PM (20 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/netherlands.py

    r449 r450  
    1010#
    1111from shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\
    12      Transmissive_boundary, Time_boundary, Constant_height
     12     Transmissive_boundary, Constant_height
    1313
    1414from mesh_factory import rectangular
     
    9595#N = 150
    9696N = 130
    97 
     97N = 60
    9898
    9999print 'Creating domain'
     
    125125    else:
    126126        s = 'nonsmooth'       
    127     domain.filename = root + '_' + s
     127    domain.filename = root + '_py3_' + s
    128128else:
    129129    domain.visualise = True
Note: See TracChangeset for help on using the changeset viewer.