Changeset 3785


Ignore:
Timestamp:
Oct 16, 2006, 10:47:44 AM (18 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/okushiri_2005/okushiri_parallel.py

    r3657 r3785  
    2929#-------------------------
    3030domain = Domain(project.mesh_filename, use_cache=True, verbose=True)
    31 domain.set_name('okushiri')
     31domain.set_name('okushiri_parallel')
    3232domain.set_minimum_storable_height(0.001)
    3333domain.set_default_order(2)
     
    5858# Distribute domain
    5959#-------------------------
    60 #if numprocs > 1:
    61 #    domain = distribute(domain)
    6260domain = distribute(domain)
    6361
Note: See TracChangeset for help on using the changeset viewer.