Changeset 6193


Ignore:
Timestamp:
Jan 19, 2009, 7:05:08 AM (16 years ago)
Author:
ole
Message:

Bug in new interface and work on Patong

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/interface.py

    r6190 r6193  
    139139
    140140    from anuga.shallow_water import Domain
    141     from anuga.mesh_interface import create_mesh_from_regions
     141    from anuga.pmesh.mesh_interface import create_mesh_from_regions
    142142   
    143143    create_mesh_from_regions(bounding_polygon,
  • anuga_work/production/patong/project.py

    r6192 r6193  
    4848finaltime=15000         # final time for simulation 15000
    4949
    50 setup='final'  # Final can be replaced with trial or basic.
     50setup='trial'  # Final can be replaced with trial or basic.
    5151               # Either will result in a coarser mesh that will allow a
    5252               # faster, but less accurate, simulation.
  • anuga_work/production/patong/run_patong.py

    r6192 r6193  
    5858print 'output_dir', output_dir
    5959
    60 #copy_code_files(output_dir,__file__,
    61 #                dirname(project.__file__)+sep+ project.__name__+'.py' )
     60copy_code_files(output_dir,__file__,
     61                dirname(project.__file__)+sep+ project.__name__+'.py' )
    6262
    63 #start_screen_catcher(output_dir, myid, numprocs)
     63start_screen_catcher(output_dir, myid, numprocs)
    6464
    6565
     
    100100                                    verbose=True)
    101101
    102 print 'memory usage after creation of domain', mem_usage()
    103102print domain.statistics()
    104103
Note: See TracChangeset for help on using the changeset viewer.