Changeset 314 for trunk/sample/miscellaneous/sample_car.mso
- Timestamp:
- Jul 14, 2007, 5:49:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/miscellaneous/sample_car.mso
r249 r314 86 86 TimeStep = 0.01; 87 87 TimeEnd = 3; 88 Integration = " index0";# "index0"; # "original";88 Integration = "original";# "index0", "index1", "original" 89 89 NLASolver( 90 90 File = "sundials", … … 93 93 ); 94 94 DAESolver( 95 File = "dassl ", # "mebdf",95 File = "dasslc", # "mebdf",dasslc, sundials, dassl 96 96 RelativeAccuracy = 1e-5, 97 97 AbsoluteAccuracy = 1e-5
Note: See TracChangeset
for help on using the changeset viewer.