Ignore:
Timestamp:
May 15, 2006, 2:26:21 PM (18 years ago)
Author:
ole
Message:

Implemented Domain(meshfile) variant widely, updated documentation and added more statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • development/okushiri_2005/lwru2.py

    r2864 r2866  
    9999    print 'Creating domain from', project.mesh_filename
    100100
    101     domain = cache(pmesh_to_domain_instance,
    102                    (project.mesh_filename, Domain),
    103                    dependencies = [project.mesh_filename])
     101    domain = Domain(project.mesh_filename, use_cache=True, verbose=True)
    104102
    105103else:
     
    122120domain.store = True    #Store for visualisation purposes
    123121
    124 domain.check_integrity()
     122#domain.check_integrity()
    125123print 'Number of triangles = ', len(domain)
    126124print 'The extent is ', domain.get_extent()
Note: See TracChangeset for help on using the changeset viewer.