accelerInt  v0.1
radau2a_props.h
Go to the documentation of this file.
1 
8 #ifndef RADAU2A_PROPS_H
9 #define RADAU2A_PROPS_H
10 
11 #include "header.h"
12 #include <stdio.h>
13 
14 #ifdef GENERATE_DOCS
15 namespace radau2a {
16 #endif
17 
19 #define STRIDE (NSP)
20 
30 #define EC_success (0)
32 #define EC_consecutive_steps (1)
34 #define EC_max_steps_exceeded (2)
36 #define EC_h_plus_t_equals_h (3)
38 #define EC_newton_max_iterations_exceeded (4)
40 
48 #ifdef GENERATE_DOCS
49 }
50 #endif
51 
52 #endif
An example header file that defines system size and other required methods for integration of the van...