Changeset 7967 for trunk/anuga_core/source/anuga/shallow_water
- Timestamp:
- Aug 23, 2010, 9:15:04 AM (15 years ago)
- Location:
- trunk/anuga_core/source/anuga/shallow_water
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/shallow_water/forcing.py
r7733 r7967 356 356 if self.polygon is not None: 357 357 # Inlet is polygon 358 inlet_region = 'polygon=%s' % (self.polygon)359 358 self.exchange_indices = inside_polygon(points, self.polygon) 360 359 -
trunk/anuga_core/source/anuga/shallow_water/shallow_water_domain.py
r7939 r7967 532 532 compute_fluxes(self) 533 533 534 535 def apply_fractional_steps(self):536 """Loop throughand apply all extra fractional steps"""537 for operator in self.fractional_step_operators:538 operator.apply()539 534 540 535 def distribute_to_vertices_and_edges(self):
Note: See TracChangeset
for help on using the changeset viewer.