accelerInt
v0.1
|
Generates initial conditions file for van der Pol problem. More...
Go to the source code of this file.
Namespaces | |
generate_ics | |
Variables | |
int | generate_ics.num = 5000 |
int | generate_ics.ICs = 2 * np.random.random((num, 2)) |
int | generate_ics.params = 5 * np.random.random((num, 1)) |
generate_ics.time = np.zeros((num, 1)) | |
generate_ics.out_arr | |
Generates initial conditions file for van der Pol problem.
This file can be executed to generate and write initial conditions data file for the van der Pol example. Depends on numpy
Definition in file generate_ics.py.