Ignore:
Timestamp:
Sep 10, 2004, 5:56:19 PM (20 years ago)
Author:
ole
Message:

Started playing with checkpointing

File:
1 edited

Legend:

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

    r283 r288  
    234234   
    235235    #Method for outputting model results
     236    #FIXME: Split up into geometric and numeric stuff.
     237    #FIXME: Geometric (X,Y,V) should live in mesh.py
    236238    def get_vertex_values(self,
    237239                          xy=True,
     
    282284            N = len(self.domain.vertexlist)
    283285            A = zeros(N, precision)
    284             V = self.domain.vertices
     286            V = self.domain.get_vertices(smooth=True)
    285287           
    286288            #Smoothing loop
Note: See TracChangeset for help on using the changeset viewer.