RKF45 algorithm
This commit is contained in:
@@ -29,6 +29,9 @@ limitations under the License.
|
||||
#define INIT_FILE 3
|
||||
#define INIT_FILE_TXT 4
|
||||
|
||||
#define ALGORITHM_RK4 4
|
||||
#define ALGORITHM_RK4 1
|
||||
#define ALGORITHM_RK2 2
|
||||
#define ALGORITHM_ADAPTIVE_THRESHOLD 1000
|
||||
// adaptive algorithms: index > ALGORITHM_ADAPTIVE_THRESHOLD
|
||||
#define ALGORITHM_RKF45 1001
|
||||
|
||||
|
||||
Reference in New Issue
Block a user