accelerInt  v0.1
solver_props.cuh
Go to the documentation of this file.
1 
6 #ifndef SOLVER_PROPS_CUH
7 #define SOLVER_PROPS_CUH
8 
9 #ifdef RB43
10  #include "exprb43_props.cuh"
11 #elif EXP4
12  #include "exp4_props.cuh"
13 #elif RADAU2A
14  #include "radau2a_props.cuh"
15 #elif RKC
16  #include "rkc_props.cuh"
17 #else
18  struct solver_memory {};
19 #endif
20 
21 #ifdef GENERATE_DOCS
22 namespace genericcu {
23 #endif
24 
25 __host__
26 void check_error(int, int*);
27 
28 #ifdef GENERATE_DOCS
29 namespace }
30 #endif
31 
32 #endif
__host__ void check_error(int num_conditions, int *code_arr)
Various macros controlling behaviour of EXP4 algorithm.
Various macros controlling behaviour of RB43 algorithm.
Various macros controlling behaviour of RKC algorithm.
Various macros controlling behaviour of RADAU2A algorithm.