Ignore:
Timestamp:
May 15, 2005, 10:25:56 PM (20 years ago)
Author:
steve
Message:

Added ghosts to rectangle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/quantity.py

    r1290 r1393  
    536536
    537537            # Create a V like [[0 1 2], [3 4 5]....[3*m-2 3*m-1 3*m]]
    538             # These vert_id's will relate to the verts created bellow
     538            # These vert_id's will relate to the verts created below
    539539            m = len(self.domain)  #Number of volumes
    540540            M = 3*m        #Total number of unique vertices
Note: See TracChangeset for help on using the changeset viewer.