Ignore:
Timestamp:
Sep 8, 2011, 5:30:37 PM (13 years ago)
Author:
steve
Message:

Commiting quite a few changes to operators and parallel stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/file/sww.py

    r8144 r8209  
    4545        self.domain = domain
    4646
    47         # Exclude ghosts in case this is a parallel domain
    48         self.number_of_nodes = domain.number_of_full_nodes
    49         self.number_of_volumes = domain.number_of_full_triangles
     47        # Probably should exclude ghosts in case this is a parallel domain
     48       
     49        self.number_of_nodes   = domain.number_of_nodes
     50        self.number_of_volumes = domain.number_of_triangles
    5051        #self.number_of_volumes = len(domain)
    5152
     
    109110                                     domain.starttime,
    110111                                     self.number_of_volumes,
    111                                      self.domain.number_of_full_nodes,
     112                                     self.domain.number_of_nodes,
    112113                                     description=description,
    113114                                     smoothing=domain.smooth,
Note: See TracChangeset for help on using the changeset viewer.