Changeset 2193
- Timestamp:
- Jan 10, 2006, 3:51:52 PM (19 years ago)
- Location:
- inundation/parallel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/parallel/pmesh_divide.py
r2130 r2193 325 325 326 326 edgecut, epart, npart = partMeshNodal(n_tri, n_vert, t_list, 1, n_procs) 327 del edgecut328 del npart329 327 # print edgecut 330 328 # print npart 331 329 # print epart 330 del edgecut 331 del npart 332 332 # Assign triangles to processes, according to what metis told us. 333 333 -
inundation/parallel/run_parallel_sw_rectangle.py
r2152 r2193 67 67 domain.initialise_visualiser(rect=rect) 68 68 domain.visualiser.coloring['stage'] = True 69 domain.visualiser.qcolor['stage'] = (0.0, 0.0, 0.8) 69 70 domain.visualiser.scale_z['stage'] = 1.0 70 71 domain.visualiser.scale_z['elevation'] = 0.05
Note: See TracChangeset
for help on using the changeset viewer.