Ignore:
Timestamp:
Oct 18, 2008, 9:13:18 PM (16 years ago)
Author:
steve
Message:

Changed parallel_api so that global mesh only needs to
be constructed on processor 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/test_system.py

    r4712 r5847  
    150150        for t in domain.evolve(yieldstep = 5, finaltime = 9.0):
    151151            pass
    152             #print domain.write_time()
     152            #domain.write_time()
    153153            #print "domain.time", domain.time
    154154
     
    157157        times = fid.variables['time'][:]
    158158        stage = fid.variables['stage'][:]
     159        #print stage
    159160        #print "times", times
    160161        #print "fid.starttime", fid.starttime
Note: See TracChangeset for help on using the changeset viewer.