Changeset 8855


Ignore:
Timestamp:
Apr 29, 2013, 8:14:28 PM (12 years ago)
Author:
steve
Message:

Just fixed error on run_parallel_sw_merimbula.py on 2 processors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_parallel/run_parallel_sw_merimbula.py

    r8823 r8855  
    156156
    157157
    158 bdy_ids = domain.tag_boundary_cells['open']
    159 vol_ids = domain.boundary_cells[bdy_ids]
    160 edge_ids = domain.boundary_edges[bdy_ids]
    161 
    162 print domain.mesh.edge_midpoint_coordinates[3*vol_ids+edge_ids]
     158#bdy_ids = domain.tag_boundary_cells['open']
     159#vol_ids = domain.boundary_cells[bdy_ids]
     160#edge_ids = domain.boundary_edges[bdy_ids]
     161
     162#print domain.mesh.edge_midpoint_coordinates[3*vol_ids+edge_ids]
    163163
    164164
Note: See TracChangeset for help on using the changeset viewer.