Changeset 5425
- Timestamp:
- Jun 24, 2008, 5:02:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/release_information/release_notes.txt
r5288 r5425 8 8 Simplified Quantity data structure. 9 9 More validation examples. 10 (up to jan 2008)11 10 11 Function for automatically determining optimal smoothing parameter through cross validation. 12 13 Implemented better second order approximation through the option to use edge limiters along with second order Runge-Kutta timestepping. 14 This provides better accuracy in some cases (e.g. waves in deep water over long distances) 15 16 Made tight_slope_limiters the default. 17 18 Added the Okada tsunami source model 12 19 13 20 time, Q = get_flow_through_cross_section(swwfile, 14 21 cross_section, 15 22 verbose=False) 23 Upgraded ANUGA to work with Python 2.5 16 24 17 25 New fileboundary (stsboundary) coupling for timeseries on a list of points. 26 27 !!!!!!!!!Need to incorporate list of closed tickets. 28 29 18 30 19 31
Note: See TracChangeset
for help on using the changeset viewer.