accelerInt  v0.1
read_initial_conditions.h
Go to the documentation of this file.
1 
10 #ifndef READ_INITIAL_CONDITIONS_H
11 #define READ_INITIAL_CONDITIONS_H
12 void read_initial_conditions(const char* filename, int NUM, double** y_host, double** variable_host);
13 #endif
void read_initial_conditions(const char *filename, int NUM, double **y_host, double **variable_host)
Reads initial conditions for IVPs from binary file.