Ignore:
Timestamp:
Mar 12, 2008, 11:24:21 AM (17 years ago)
Author:
steve
Message:

Had a problem with test_util in abstract_2d_finite_volumes. Problem with seperators missing in filenames, and filenames generally in test_util.py

Location:
anuga_work/development/attenuation_near_shore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/attenuation_near_shore/create_mesh.py

    r5161 r5166  
    7777    dy = dx
    7878    L = 2080.
    79     W = 2000.
     79    W = dx
    8080
    8181    # structured mesh
    82     points, vertices, boundary = rectangular_cross(int(L/dx), int(W/dy), L, W, (-80.0, -1000.0))
     82    points, vertices, boundary = rectangular_cross(int(L/dx), int(W/dy), L, W, (-80.0, -W*0.5))
    8383
    8484    domain = Domain(points, vertices, boundary)
  • anuga_work/development/attenuation_near_shore/run_beach_structured.py

    r5161 r5166  
    123123
    124124    head,tail = path.split(mesh_filename)
    125     copy (mesh_filename,
    126           pro_instance.outputdir + tail )
     125    #copy (mesh_filename,
     126    #      pro_instance.outputdir + tail )
    127127    #-------------------------------------------------------------------------
    128128    # Setup computational domain
Note: See TracChangeset for help on using the changeset viewer.