Skip to content

Commit

Permalink
Merge pull request #3 from vruge/master
Browse files Browse the repository at this point in the history
fixed symEuler
  • Loading branch information
sjoelund committed May 6, 2015
2 parents c6c4757 + 96ed92d commit b96b563
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
6 changes: 2 additions & 4 deletions simulation/modelica/solver/problem1-symEuler.mos
Expand Up @@ -48,14 +48,12 @@ getErrorString();
// ""
// true
// ""
//
// The selection of a new tearing variable failed.record SimulationResult
// record SimulationResult
// resultFile = "testSolver.problem1_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 2e-06, numberOfIntervals = 1000, tolerance = 1e-06, method = 'symEuler', fileNamePrefix = 'testSolver.problem1', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// messages = ""
// end SimulationResult;
// "Warning: Function Tearing.selectTearingVar failed at least once. Use +d=tearingdump or +d=tearingdumpV for more information.
// Warning: The initial conditions are not fully specified. Use +d=initialization for more information.
// "Warning: The initial conditions are not fully specified. Use +d=initialization for more information.
// "
// {"Files Equal!"}
// ""
Expand Down
6 changes: 2 additions & 4 deletions simulation/modelica/solver/problem2-symEuler.mos
Expand Up @@ -55,14 +55,12 @@ val(der(y[8]), stopTime);
// ""
// true
// ""
//
// The selection of a new tearing variable failed.record SimulationResult
// record SimulationResult
// resultFile = "testSolver.problem2_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 321.8122, numberOfIntervals = 12000, tolerance = 1e-06, method = 'symEuler', fileNamePrefix = 'testSolver.problem2', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// messages = ""
// end SimulationResult;
// "Warning: Function Tearing.selectTearingVar failed at least once. Use +d=tearingdump or +d=tearingdumpV for more information.
// Warning: The initial conditions are not fully specified. Use +d=initialization for more information.
// "Warning: The initial conditions are not fully specified. Use +d=initialization for more information.
// "
// {"Files Equal!"}
// ""
Expand Down
5 changes: 1 addition & 4 deletions simulation/modelica/solver/problem3-symEuler.mos
Expand Up @@ -31,10 +31,7 @@ val(x2,1);
// simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 5, tolerance = 1e-06, method = 'symEuler', fileNamePrefix = 'foo', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// messages = ""
// end SimulationResult;
// "Notification: It was not possible to analyze the given system symbolically, because the relevant equations are part of an algebraic loop. This is not supported yet.
// Warning: The initial conditions are not fully specified. Use +d=initialization for more information.
// Warning: The initial conditions are over specified. Use +d=initialization for more information.
// "
// ""
// 2.0
// 2.2
// 0.401877572016461
Expand Down

0 comments on commit b96b563

Please sign in to comment.