Changeset 8855
- Timestamp:
- Apr 29, 2013, 8:14:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_parallel/run_parallel_sw_merimbula.py
r8823 r8855 156 156 157 157 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] 163 163 164 164
Note: See TracChangeset
for help on using the changeset viewer.