Skip to content

Commit

Permalink
Correct output of homotopy example
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaeuber authored and OpenModelica-Hudson committed Jan 16, 2018
1 parent 6c37512 commit c265dda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion simulation/modelica/initialization/homotopy5.mos
Expand Up @@ -42,7 +42,11 @@ val(x, 0.0);
// record SimulationResult
// resultFile = "initializationTests.homotopy5_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 0.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'initializationTests.homotopy5', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-homotopyOnFirstTry'",
// messages = "LOG_SUCCESS | info | The initialization finished successfully with 28 homotopy steps.
// messages = "assert | warning | Homotopy algorithm did not converge.
// | | | | lambda is smaller than -1: lambda=-1.06603
// | | | | You can use -lv=LOG_INIT,LOG_NLS_HOMOTOPY to get more information.
// assert | info | The homotopy algorithm is started again with opposing start direction.
// LOG_SUCCESS | info | The initialization finished successfully with 71 homotopy steps.
// LOG_SUCCESS | info | The simulation finished successfully.
// "
// end SimulationResult;
Expand Down

0 comments on commit c265dda

Please sign in to comment.