Changeset 8365
- Timestamp:
- Mar 24, 2012, 9:17:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/operators/rate_operators.py
r8361 r8365 90 90 Apply rate to those triangles defined in indices 91 91 92 indices == [] don't apply anywhere93 indices == None apply everywhere94 otherwise apply for the specific indices92 indices == [], then don't apply anywhere 93 indices == None, then apply everywhere 94 otherwise apply for the specific indices 95 95 """ 96 96 … … 158 158 159 159 def __parallel_safe(self): 160 """Operator is applied independently toeach cell and160 """Operator is applied independently on each cell and 161 161 so is parallel safe. 162 162 """
Note: See TracChangeset
for help on using the changeset viewer.