|
accelerInt
v0.1
|
Various macros controlling behaviour of RADAU2A algorithm. More...


Go to the source code of this file.
Namespaces | |
| radau2a | |
Macros | |
| #define | STRIDE (NSP) |
| the matrix dimensions More... | |
| #define | EC_success (0) |
| Successful time step. More... | |
| #define | EC_consecutive_steps (1) |
| Maximum number of consecutive internal timesteps with error reached. More... | |
| #define | EC_max_steps_exceeded (2) |
| Maximum number of internal timesteps exceeded. More... | |
| #define | EC_h_plus_t_equals_h (3) |
| Timescale reduced such that t + h == t in floating point math. More... | |
| #define | EC_newton_max_iterations_exceeded (4) |
| Maximum allowed Newton Iteration steps exceeded. More... | |
Various macros controlling behaviour of RADAU2A algorithm.
Definition in file radau2a_props.h.
| #define STRIDE (NSP) |
the matrix dimensions
Definition at line 19 of file radau2a_props.h.
1.8.14