accelerInt  v0.1
solver_props.h
Go to the documentation of this file.
1 
6 #ifndef SOLVER_PROPS_H
7 #define SOLVER_PROPS_H
8 
9 #ifdef RB43
10  #include "exprb43_props.h"
11 #elif EXP4
12  #include "exp4_props.h"
13 #elif RADAU2A
14  #include "radau2a_props.h"
15 #elif RKC
16  #include "rkc_props.h"
17 #endif
18 
19 #ifdef GENERATE_DOCS
20 namespace generic {
21 #endif
22 
23 void check_error(int, int);
24 
25 #ifdef GENERATE_DOCS
26 }
27 #endif
28 
29 #endif
Various macros controlling behaviour of EXP4 algorithm.
Various macros controlling behaviour of RADAU2A algorithm.
Various macros controlling behaviour of EXPRB43 algorithm.
Definition: solver.h:19
void check_error(int, int)
Checks the return code of the given thread (IVP) for an error, and exits if found.
Definition: radau2a_props.c:13