| 
    accelerInt
    v0.1
    
   | 
 
 
 | 
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... | |
| #define EC_consecutive_steps (1) | 
Maximum consecutive errors on internal integration steps reached.
Definition at line 48 of file exp4_props.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.
| #define EC_max_steps_exceeded (2) | 
Maximum number of internal integration steps reached.
Definition at line 50 of file exp4_props.h.
| #define EC_success (0) | 
Successful integration step.
Definition at line 46 of file exp4_props.h.
 1.8.14