Ignore:
Timestamp:
Sep 14, 2006, 9:24:05 AM (18 years ago)
Author:
ole
Message:

Work on parallel API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/wollongong_2006/run_flagstaff_sequential.py

    r3584 r3585  
    3939
    4040
    41 #------------------------------------------------------------------------------
    42 # Preparation of topographic data
    43 #
    44 # Convert ASC 2 DEM 2 PTS using source data and store result in source data
    45 #------------------------------------------------------------------------------
    4641
    47 max_area = project.base_resolution
    4842
    4943   
     
    5650
    5751print 'Generate mesh'
     52max_area = project.base_resolution
    5853mesh = create_mesh_from_regions(project.bounding_polygon,
    5954                                boundary_tags=project.boundary_tags,
Note: See TracChangeset for help on using the changeset viewer.