Changeset 660


Ignore:
Timestamp:
Dec 2, 2004, 2:25:59 PM (20 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

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

    r659 r660  
    88# Module imports
    99#
     10from os import sep, path
    1011from mesh_factory import rectangular
    1112from shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\
     
    1314from Numeric import array
    1415from util import Polygon_function, read_polygon
     16from config import data_dir
    1517
    1618#Create basic mesh
     
    2224domain.store = True
    2325domain.set_name('polygons')
     26print "Output being written to " + data_dir + sep + \
     27              domain.filename + "." + domain.format
     28       
     29
    2430domain.default_order=2
    2531
Note: See TracChangeset for help on using the changeset viewer.