accelerInt  v0.1
Namespaces | Functions
solver_main.c File Reference

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"
Include dependency graph for solver_main.c:

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[])
 

Detailed Description

the generic main file for all CPU solvers

Author
Nicholas Curtis
Date
03/09/2015

Contains main function, setup, initialization, logging, timing and driver functions

Definition in file solver_main.c.