|
accelerInt
v0.1
|
the generic main file for all CPU solvers More...
#include <stdlib.h>#include <stdio.h>#include <math.h>#include <string.h>#include <stdbool.h>#include <complex.h>#include <sys/types.h>#include <sys/stat.h>#include "header.h"#include "solver.h"#include "timer.h"#include "read_initial_conditions.h"
Go to the source code of this file.
Namespaces | |
| generic | |
Functions | |
| void | generic::write_log (int NUM, double t, const double *y_host, FILE *pFile) |
| Writes state vectors to file. More... | |
| int | generic::main (int argc, char *argv[]) |
the generic main file for all CPU solvers
Contains main function, setup, initialization, logging, timing and driver functions
Definition in file solver_main.c.
1.8.14