Changeset 8815 for trunk/anuga_core/source/anuga
- Timestamp:
- Apr 5, 2013, 6:56:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/shallow_water/shallow_water_domain.py
r8813 r8815 1084 1084 # Use standard flux calculation, but calc gravity 1085 1085 # as -g h grad(w) - sum midpoint edge pressure terms 1086 import objgraph1087 #print 50*"="1088 #objgraph.show_most_common_types()1089 #print objgraph.typestats(objgraph.get_leaking_objects())1090 #objgraph.show_growth()1091 1086 1092 1087 from shallow_water_ext import compute_fluxes_ext_central_structure … … 1094 1089 1095 1090 self.flux_timestep = compute_fluxes_ext_central_structure(self) 1096 1097 #print 50*"-"1098 #objgraph.show_most_common_types()1099 1091 gravity_wb_c(self) 1100 1092 1101 #print 50*"-"1102 #objgraph.show_most_common_types()1103 1093 1104 1094 elif self.compute_fluxes_method == 'wb_3':
Note: See TracChangeset
for help on using the changeset viewer.