Changeset 288 for inundation/ga/storm_surge/pyvolution/quantity.py
- Timestamp:
- Sep 10, 2004, 5:56:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/quantity.py
r283 r288 234 234 235 235 #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 236 238 def get_vertex_values(self, 237 239 xy=True, … … 282 284 N = len(self.domain.vertexlist) 283 285 A = zeros(N, precision) 284 V = self.domain. vertices286 V = self.domain.get_vertices(smooth=True) 285 287 286 288 #Smoothing loop
Note: See TracChangeset
for help on using the changeset viewer.