- Timestamp:
- Sep 17, 2010, 3:07:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/generic_domain.py
r8018 r8021 1874 1874 ## 1875 1875 # @brief print_timestepping_statistics. 1876 # Goes through all fractional step operators and logs timestepping statistics1876 # Goes through all fractional step operators and prints timestepping statistics 1877 1877 def print_operator_timestepping_statistics(self): 1878 1878 for operator in self.fractional_step_operators: 1879 1879 operator.print_timestepping_statistics() 1880 1881 ## 1882 # @brief print_operator_statistics. 1883 # Goes through all fractional step operators and prints operator statistics 1884 def print_operator_statistics(self): 1885 for operator in self.fractional_step_operators: 1886 operator.print_statistics() 1880 1887 1881 1888
Note: See TracChangeset
for help on using the changeset viewer.