- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Type of rungekutta solver
Page Start Prev 1 Next End
Type of rungekutta solver
Re: Type of rungekutta solver
Jan-14-13 23:09:16
Standard order 4
Code:
const int rungekutta_s = 4;
const double rungekutta_b[4] = { 1.0 / 6.0, 1.0 / 3.0, 1.0 / 3.0, 1.0 / 6.0 };
const double rungekutta_c[4] = { 0.0, 0.5, 0.5, 1.0 };
- sjoelund.se
- 1700 Posts
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Type of rungekutta solver
There are 0 guests and 0 other users also viewing this topic