Changeset 8695
- Timestamp:
- Feb 14, 2013, 4:58:29 PM (12 years ago)
- Location:
- trunk/anuga_core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/fit_interpolate/fit.py
r8694 r8695 578 578 log.critical('FitInterpolate: Building mesh') 579 579 mesh = Mesh(vertex_coordinates, triangles) 580 mesh.check_integrity() 580 581 # This is very slow! 582 #mesh.check_integrity() 581 583 582 584 interp = Fit(mesh=mesh, -
trunk/anuga_core/validation_tests/Tests/Case_studies/Okushiri/create_okushiri.py
r8694 r8695 30 30 base_resolution = 0.02 # 1,972,289 triangles 31 31 base_resolution = 0.04 # 989,669 triangles 32 base_resolution = 0.1 # 397,456 triangles32 #base_resolution = 0.1 # 397,456 triangles 33 33 base_resolution = 0.6 # 68162 triangles 34 34 base_resolution = 2.0 # 21214 triangles 35 base_resolution = 4.0 # 11069 triangles35 #base_resolution = 4.0 # 11069 triangles 36 36 37 37 print base_resolution
Note: See TracChangeset
for help on using the changeset viewer.