accelerInt
v0.1
|
An example header file that defines system size, memory functions and other required methods for integration of the van der Pol's equation with the CUDA solvers. More...
Go to the source code of this file.
Namespaces | |
van_der_pol_cu | |
Macros | |
#define | HEADER_GUARD_CUH |
#define | NSP (2) |
The IVP system size. More... | |
#define | NN (NSP) |
Input vector size (in read_initial_conditions) More... | |
Functions | |
void | van_der_pol_cu::set_same_initial_conditions (int NUM, double **y_host, double **var_host) |
Set same ICs for all problems. More... | |
void | van_der_pol_cu::apply_mask (double *y_host) |
Not needed for van der Pol. More... | |
void | van_der_pol_cu::apply_reverse_mask (double *y_host) |
Not needed for van der Pol. More... | |
An example header file that defines system size, memory functions and other required methods for integration of the van der Pol's equation with the CUDA solvers.
Definition in file header.cuh.
#define HEADER_GUARD_CUH |
Definition at line 8 of file header.cuh.
#define NN (NSP) |
Input vector size (in read_initial_conditions)
Definition at line 22 of file header.cuh.
#define NSP (2) |
The IVP system size.
Definition at line 20 of file header.cuh.