Changeset 48 for mso/sample/miscellaneous/sample_pend.mso
- Timestamp:
- Nov 10, 2006, 11:09:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/miscellaneous/sample_pend.mso
r46 r48 63 63 64 64 time = [0:0.1:30]; 65 integration = " original"; # original, index0 or index165 integration = "index0"; # original, index0 or index1 66 66 relativeAccuracy = 1e-8; 67 67 absoluteAccuracy = 1e-9; 68 68 indVarAccuracy = 1e-3; 69 69 LASolver = "dense"; # dense or sparse 70 DAESolver = " mebdf"; # mebdf, dasslc, dassl, or sundials70 DAESolver = "dassl"; # mebdf, dasslc, dassl, or sundials 71 71 end
Note: See TracChangeset
for help on using the changeset viewer.