Changeset 8420 for trunk/anuga_core/source/anuga/shallow_water/forcing.py
- Timestamp:
- May 8, 2012, 7:06:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/shallow_water/forcing.py
r8318 r8420 278 278 if domain.numproc > 1: 279 279 msg = 'Not implemented to run in parallel' 280 assert self. __parallel_safe(), msg280 assert self.parallel_safe(), msg 281 281 282 282 if center is None: … … 495 495 496 496 497 def __parallel_safe(self):497 def parallel_safe(self): 498 498 """ 499 499 These forcing terms only work on individual processors, the polygon
Note: See TracChangeset
for help on using the changeset viewer.