23 for (
int tid = 0; tid < num_cond; ++tid)
25 int code = codes[tid];
29 printf(
"During integration of ODE# %d, an error occured on too many consecutive integration steps," 33 printf(
"During integration of ODE# %d, the allowed number of integration steps was exceeded," 37 printf(
"During integration of ODE# %d, the stepsize 'h' was decreased such that h = t + h," #define EC_consecutive_steps
Maximum number of consecutive internal timesteps with error reached.
__host__ void check_error(int num_cond, int *codes)
Various macros controlling behaviour of RB43 algorithm.
#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.