Changeset 4856 for anuga_core/source/anuga/fit_interpolate/interpolate.py
- Timestamp:
- Nov 27, 2007, 4:18:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/fit_interpolate/interpolate.py
r4853 r4856 558 558 559 559 if verbose is True: 560 from anuga.utilities.polygon import plot_polygons _points560 from anuga.utilities.polygon import plot_polygons 561 561 #out_interp_pts = take(interpolation_points,[indices]) 562 562 title = 'Interpolation points fall outside specified mesh' 563 plot_polygons _points([mesh_boundary_polygon,interpolation_points,out_interp_pts],563 plot_polygons([mesh_boundary_polygon,interpolation_points,out_interp_pts], 564 564 ['line','point','outside'],figname='points_boundary_out',label=title,verbose=verbose) 565 565 … … 574 574 # Plot boundary and interpolation points 575 575 if verbose is True: 576 from anuga.utilities.polygon import plot_polygons _points576 from anuga.utilities.polygon import plot_polygons 577 577 title = 'Interpolation function: Polygon and interpolation points' 578 plot_polygons _points([mesh_boundary_polygon,interpolation_points],578 plot_polygons([mesh_boundary_polygon,interpolation_points], 579 579 ['line','point'],figname='points_boundary',label=title,verbose=verbose) 580 580
Note: See TracChangeset
for help on using the changeset viewer.