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 77 of file exprb43_props.cuh.
#define EC_h_plus_t_equals_h (3) |
Timestep reduced such that update would have no effect on simulation time.
Definition at line 81 of file exprb43_props.cuh.
#define EC_max_steps_exceeded (2) |
Maximum number of internal integration steps reached.
Definition at line 79 of file exprb43_props.cuh.
#define EC_success (0) |
Successful integration step.
Definition at line 75 of file exprb43_props.cuh.