Changeset 4353 for anuga_validation


Ignore:
Timestamp:
Apr 3, 2007, 4:45:29 PM (18 years ago)
Author:
ole
Message:

Extended refined region all the way to external boundary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/solitary_waves/solitary_wave_runup.py

    r4350 r4353  
    6868# Unstructured mesh
    6969polygon = [[east,north],[west,north],[west,south],[east,south]]
    70 interior_polygon = [[400,north-10],[west+10,north-10],
    71                     [west+10,south+10],[400,south+10]]
    72 res = 0.065
     70interior_polygon = [[400,north],[west+10,north],
     71                    [west+10,south],[400,south]]
     72res = 1.
    7373simulation_name = 'runup_convergence' + str(res)
    7474meshname = simulation_name + '.msh'
     
    7676                         boundary_tags={'top': [0], 'left': [1],
    7777                                        'bottom': [2], 'right': [3]},
    78                          maximum_triangle_area=10.,#dx*dy/4.,
     78                         maximum_triangle_area=100.,#dx*dy/4.,
    7979                         filename=meshname,
    8080                         #interior_regions=[[interior_polygon,dx*dy/32.]])
Note: See TracChangeset for help on using the changeset viewer.