spu_explicit.h
Go to the documentation of this file.
1 /*
2  * Copyright 2010 (c) SINTEF ICT, Applied Mathematics.
3  * Jostein R. Natvig <Jostein.R.Natvig at sintef.no>
4  */
5 
6 #ifndef SPU_EXPLICIT_H_INCLUDED
7 #define SPU_EXPLICIT_H_INCLUDED
8 void
10  double *s0,
11  double *s,
12  double *mob,
13  double *dflux,
14  double *gflux,
15  double *src,
16  double dt);
17 
18 #endif /* SPU_EXPLICIT_H_INCLUDED */
19 
Definition: grid.h:98
void spu_explicit(struct UnstructuredGrid *g, double *s0, double *s, double *mob, double *dflux, double *gflux, double *src, double dt)