Ignore:
Timestamp:
Nov 7, 2006, 10:57:58 AM (18 years ago)
Author:
ole
Message:

First step towards keeping track of full nodes and triangles in
parallel domains.

File:
1 edited

Legend:

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

    r3876 r3926  
    111111                 ghost_recv_dict=None,
    112112                 processor=0,
    113                  numproc=1):
     113                 numproc=1,
     114                 number_of_full_nodes=0,
     115                 number_of_full_triangles=0):
    114116
    115117
     
    131133                                ghost_recv_dict,
    132134                                processor,
    133                                 numproc)
    134 
     135                                numproc,
     136                                number_of_full_nodes=number_of_full_nodes,
     137                                number_of_full_triangles=number_of_full_triangles)
    135138
    136139        self.minimum_allowed_height = minimum_allowed_height
Note: See TracChangeset for help on using the changeset viewer.