- Timestamp:
- Nov 10, 2006, 11:09:07 AM (16 years ago)
- Location:
- mso/sample/miscellaneous
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/miscellaneous/sample_car.mso
r47 r48 77 77 OPTIONS 78 78 time = [0:0.01:3]; 79 integration = " original";80 DAESolver = "mebdf";79 integration = "index0"; # "original"; 80 #DAESolver = "mebdf"; 81 81 82 82 relativeAccuracy = 1e-5; -
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.