Changeset 2094
- Timestamp:
- Nov 29, 2005, 4:07:00 PM (19 years ago)
- Location:
- inundation/parallel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/parallel/build_commun.py
r2090 r2094 12 12 # 13 13 # Author: Linda Stals, June 2005 14 # Modified: Linda Stals, Nov 2005 (optimise python code) 14 15 # 15 16 # … … 99 100 pypar.send(submesh["ghost_triangles"][p], p, use_buffer=True) 100 101 101 # send the boundary (is it quicker to send as an array?)102 # send the boundary 102 103 103 104 bc = [] -
inundation/parallel/build_submesh.py
r2091 r2094 485 485 def extract_hostmesh(submesh): 486 486 487 submesh_cell = {} 487 submesh_cell = {}] 488 488 submesh_cell["full_nodes"] = submesh["full_nodes"][0] 489 489 submesh_cell["ghost_nodes"] = submesh["ghost_nodes"][0]
Note: See TracChangeset
for help on using the changeset viewer.