Skip to content

Commit 17f361c

Browse files
author
Willi Braun
committed
- added flags for better control of integration methods - flag for initial step size of dassl - flag for choosing jacobian of dassl - flag for no equidistant time grid -noEquidistantTimeGrid - flag to avoid restart dassl after an event - removed some of the old solver methods git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22989 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 66da7d0 commit 17f361c

File tree

7 files changed

+285
-209
lines changed

7 files changed

+285
-209
lines changed

SimulationRuntime/c/simulation/simulation_runtime.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,6 @@ int initializeResultData(DATA* simData, int cpuTime)
677677
* "" & "dassl" calls a DASSL Solver
678678
* "euler" calls an Euler solver
679679
* "rungekutta" calls a fourth-order Runge-Kutta Solver
680-
* "dassl" & "dassl2" calls the same DASSL Solver with synchronous event handling
681-
* "dopri5" calls an embedded DOPRI5(4)-solver with stepsize control
682680
*/
683681
int callSolver(DATA* simData, string init_initMethod,
684682
string init_optiMethod, string init_file, double init_time, int lambda_steps, string outputVariablesAtEnd, int cpuTime)

0 commit comments

Comments
 (0)