accelerInt  v0.1
Macros
Return codes of EXP4 integrator
Collaboration diagram for Return codes of EXP4 integrator:

Macros

#define EC_success   (0)
 Successful integration step. More...
 
#define EC_consecutive_steps   (1)
 Maximum consecutive errors on internal integration steps reached. More...
 
#define EC_max_steps_exceeded   (2)
 Maximum number of internal integration steps reached. More...
 
#define EC_h_plus_t_equals_h   (3)
 Timestep reduced such that update would have no effect on simulation time. More...
 

Detailed Description

Macro Definition Documentation

◆ EC_consecutive_steps

#define EC_consecutive_steps   (1)

Maximum consecutive errors on internal integration steps reached.

Definition at line 48 of file exp4_props.h.

◆ EC_h_plus_t_equals_h

#define EC_h_plus_t_equals_h   (3)

Timestep reduced such that update would have no effect on simulation time.

Definition at line 52 of file exp4_props.h.

◆ EC_max_steps_exceeded

#define EC_max_steps_exceeded   (2)

Maximum number of internal integration steps reached.

Definition at line 50 of file exp4_props.h.

◆ EC_success

#define EC_success   (0)

Successful integration step.

Definition at line 46 of file exp4_props.h.