Changeset 3264


Ignore:
Timestamp:
Jun 30, 2006, 4:19:54 PM (18 years ago)
Author:
sexton
Message:

updates on resolution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/run_onslow.py

    r3263 r3264  
    143143'''
    144144#new
    145 region_res = 50000
    146 coast_res = 25000
     145region_res = 25000
     146coast_res = 2500
    147147onslow_res = 500
    148148interior_regions = [[project.poly_onslow, onslow_res],
     
    159159                             'bottom': [4], 'bottomright': [5],
    160160                             'topright':[6]},
    161            'maximum_triangle_area': 250000,
     161           'maximum_triangle_area': 100000,
    162162           'filename': meshname,           
    163163           'interior_regions': interior_regions},
Note: See TracChangeset for help on using the changeset viewer.