Changeset 8023
- Timestamp:
- Sep 21, 2010, 9:10:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/generic_domain.py
r8021 r8023 1866 1866 1867 1867 ## 1868 # @brief log_ timestepping_statistics.1868 # @brief log_operator_timestepping_statistics. 1869 1869 # Goes through all fractional step operators and logs timestepping statistics 1870 1870 def log_operator_timestepping_statistics(self): … … 1873 1873 1874 1874 ## 1875 # @brief print_ timestepping_statistics.1875 # @brief print_operator_timestepping_statistics. 1876 1876 # Goes through all fractional step operators and prints timestepping statistics 1877 1877 def print_operator_timestepping_statistics(self):
Note: See TracChangeset
for help on using the changeset viewer.