accelerInt
v0.1
generic
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
read_initial_conditions
void read_initial_conditions(const char *filename, int NUM, double **y_host, double **variable_host)
Reads initial conditions for IVPs from binary file.
Definition:
read_initial_conditions.c:30
Generated by
1.8.14