Nstrophy/src/constants.cpp

18 lines
305 B
C++
Raw Normal View History

2023-04-26 11:27:03 -04:00
#define COMMAND_UK 1
#define COMMAND_EEA 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