|
accelerInt
v0.1
|
An example header file that defines system size and other required methods for integration of the van der Pol's equation. More...
#include <stdlib.h>

Go to the source code of this file.
Namespaces | |
| van_der_pol | |
Macros | |
| #define | omp_get_max_threads() 1 |
| #define | omp_get_num_threads() 1 |
| #define | NSP (2) |
| The IVP system size. More... | |
| #define | NN (NSP) |
| Input vector size (in read_initial_conditions) More... | |
Functions | |
| void | van_der_pol::set_same_initial_conditions (int NUM, double **y_host, double **var_host) |
| Set same ICs for all problems. More... | |
| void | van_der_pol::apply_mask (double *y_host) |
| Not needed for van der Pol. More... | |
| void | van_der_pol::apply_reverse_mask (double *y_host) |
| Not needed for van der Pol. More... | |
An example header file that defines system size and other required methods for integration of the van der Pol's equation.
Definition in file header.h.
| #define NN (NSP) |
1.8.14