Skip to content

Commit

Permalink
- expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Braun committed Jul 16, 2015
1 parent 2024922 commit d4cb4a9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions simulation/modelica/solver/problem3-symEuler.mos
Expand Up @@ -25,12 +25,21 @@ val(x2,1);
// true
// ""
// record SimulationResult
// resultFile = "foo_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 5, tolerance = 1e-06, method = 'symEuler', fileNamePrefix = 'foo', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// resultFile = "testSolver.problem3_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 5, tolerance = 1e-06, method = 'symEuler', fileNamePrefix = 'testSolver.problem3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// messages = ""
// end SimulationResult;
// ""
// 2.0
// 2.2
// 0.401877572016461
// record SimulationResult
// resultFile = "testSolver.problem3_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 5, tolerance = 1e-06, method = 'symEulerSsc', fileNamePrefix = 'testSolver.problem3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// messages = ""
// end SimulationResult;
// ""
// 2.000000000000003
// 2.001224812305491
// 0.368104617233827
// endResult

0 comments on commit d4cb4a9

Please sign in to comment.