24 for (
int tid = 0; tid < num_cond; ++tid)
26 int code = codes[tid];
30 printf(
"During integration of ODE# %d, an error occured on too many consecutive integration steps," 34 printf(
"During integration of ODE# %d, the allowed number of integration steps was exceeded," 38 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.
Various macros controlling behaviour of EXP4 algorithm.
__host__ void check_error(int num_cond, int *codes)
#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.