Changeset 9085 for trunk/anuga_core/source/anuga_1d/base/generic_domain.py
- Timestamp:
- Apr 11, 2014, 10:06:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_1d/base/generic_domain.py
r9076 r9085 1376 1376 Q = self.quantities[name] 1377 1377 Q.explicit_update[:] = 0.0 1378 1379 #for name in self.conserved_quantities: 1380 # Q = self.quantities[name] 1381 # Q.semi_implicit_update[:] = 0.0 1378 1382 1379 1383 for f in self.forcing_terms:
Note: See TracChangeset
for help on using the changeset viewer.