accelerInt  v0.1
Namespaces | Macros | Functions
header.h File Reference

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>
Include dependency graph for header.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Macro Definition Documentation

◆ NN

#define NN   (NSP)

Input vector size (in read_initial_conditions)

Definition at line 28 of file header.h.

◆ NSP

#define NSP   (2)

The IVP system size.

Definition at line 26 of file header.h.

◆ omp_get_max_threads

#define omp_get_max_threads ( )    1

Definition at line 16 of file header.h.

◆ omp_get_num_threads

#define omp_get_num_threads ( )    1

Definition at line 17 of file header.h.