- Timestamp:
- Aug 21, 2006, 4:10:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation-numpy-branch/debug/mesh_error_reporting/show_mesh_bug.py
r1878 r3514 68 68 69 69 # Module imports 70 from pyvolution.shallow_water import Domain, Reflective_boundary,\70 from anuga.pyvolution.shallow_water import Domain, Reflective_boundary,\ 71 71 File_boundary, Transmissive_Momentum_Set_Stage_boundary 72 from pyvolution.mesh_factory import rectangular73 from pyvolution.pmesh2domain import pmesh_to_domain_instance72 from anuga.pyvolution.mesh_factory import rectangular 73 from anuga.pyvolution.pmesh2domain import pmesh_to_domain_instance 74 74 from Numeric import array, zeros, Float, allclose 75 75 import filenames … … 85 85 86 86 #Preparing points 87 from pyvolution.data_manager import xya2pts87 from anuga.pyvolution.data_manager import xya2pts 88 88 xya2pts(filenames.bathymetry_filename, verbose = True, 89 89 stride = 16, … … 112 112 113 113 #LS code to be included in set_quantity 114 from pyvolution import util, least_squares114 from anuga.pyvolution import util, least_squares 115 115 points, attributes = util.read_xya(filenames.bathymetry_filename[:-4] + '.pts') 116 116
Note: See TracChangeset
for help on using the changeset viewer.