466 | | RCNTRL(1) -> Hmin, lower bound for the integration step size. It is strongly recommended to keep Hmin = ZERO |
467 | | |
468 | | RCNTRL(2) -> Hmax, upper bound for the integration step size |
469 | | |
470 | | RCNTRL(3) -> Hstart, starting value for the integration step size |
471 | | |
472 | | RCNTRL(4) -> Facmin (lower bound on step decrease factor, default=0.2) |
473 | | |
474 | | RCNTRL(5) -> Facmax (upper bound on step increase factor, default=6) |
475 | | |
476 | | RCNTRL(6) -> Facrej (step decrease factor after multiple rejections) |
477 | | |
478 | | RCNTRL(7) -> Facsafe (by which the new step is slightly smaller than the predicted value, default=0.9) |
| 466 | '''RCNTRL'''(1) -> Hmin, lower bound for the integration step size. It is strongly recommended to keep Hmin = ZERO |
| 467 | |
| 468 | '''RCNTRL'''(2) -> Hmax, upper bound for the integration step size |
| 469 | |
| 470 | '''RCNTRL'''(3) -> Hstart, starting value for the integration step size |
| 471 | |
| 472 | '''RCNTRL'''(4) -> Facmin (lower bound on step decrease factor, default=0.2) |
| 473 | |
| 474 | '''RCNTRL'''(5) -> Facmax (upper bound on step increase factor, default=6) |
| 475 | |
| 476 | '''RCNTRL'''(6) -> Facrej (step decrease factor after multiple rejections) |
| 477 | |
| 478 | '''RCNTRL'''(7) -> Facsafe (by which the new step is slightly smaller than the predicted value, default=0.9) |