Changeset 1697 for inundation/ga/storm_surge/pyvolution/domain.py
- Timestamp:
- Aug 9, 2005, 5:44:21 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/domain.py
r1681 r1697 545 545 from config import min_timestep 546 546 547 timestep = self.timestep 547 # self.timestep is calculated from speed of characteristics 548 # Apply CFL condition here 549 timestep = self.CFL*self.timestep 548 550 549 551 #Record maximal and minimal values of timestep for reporting … … 635 637 def update_ghosts(self): 636 638 pass 637 638 639 639 640 def distribute_to_vertices_and_edges(self):
Note: See TracChangeset
for help on using the changeset viewer.