Ian Jauslin
summaryrefslogtreecommitdiff
blob: 60bc3b8f30596a614ced14ce1184fcbfa4a953f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#define COMMAND_UK 1
#define COMMAND_ENSTROPHY 2
#define COMMAND_QUIET 3

#define DRIVING_ZERO 1
#define DRIVING_TEST 2
#define DRIVING_FILE 3
#define DRIVING_FILE_TXT 4

#define INIT_RANDOM 1
#define INIT_GAUSSIAN 2
#define INIT_FILE 3
#define INIT_FILE_TXT 4

#define ALGORITHM_RK4 4
#define ALGORITHM_RK2 2