Changeset 1809 for inundation/examples/run_tsh.py
- Timestamp:
- Sep 8, 2005, 4:31:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/examples/run_tsh.py
r1152 r1809 20 20 Transmissive_boundary, Time_boundary, Add_value_to_region 21 21 from mesh_factory import rectangular 22 from pmesh2domain import pmesh_to_domain , pmesh_to_domain_instance22 from pmesh2domain import pmesh_to_domain_instance 23 23 24 24 from Numeric import array … … 56 56 domain = pmesh_to_domain_instance(filename, Domain) 57 57 print "Number of triangles = ", len(domain) 58 58 print "domain.geo_reference",domain.geo_reference 59 59 domain.checkpoint = False #True 60 60 domain.default_order = 1
Note: See TracChangeset
for help on using the changeset viewer.