18 printf(
"During integration of ODE# %d, an error occured on too many consecutive integration steps," 22 printf(
"During integration of ODE# %d, the allowed number of integration steps was exceeded," 26 printf(
"During integration of ODE# %d, the stepsize 'h' was decreased such that h = t + h," 30 printf(
"During integration of ODE# %d, the allowed number of newton iteration steps was exceeded," #define EC_consecutive_steps
Maximum number of consecutive internal timesteps with error reached.
Various macros controlling behaviour of RADAU2A algorithm.
void check_error(int tid, int code)
Checks the return code of the given thread (IVP) for an error, and exits if found.
#define EC_newton_max_iterations_exceeded
Maximum allowed Newton Iteration steps exceeded.
#define EC_max_steps_exceeded
Maximum number of internal timesteps exceeded.
#define EC_h_plus_t_equals_h
Timescale reduced such that t + h == t in floating point math.