parameters to choose rk2
This commit is contained in:
17
src/constants.cpp
Normal file
17
src/constants.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user