HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
plotfuncs.h
Go to the documentation of this file.
1
6
#ifndef _PLOTFUNCS_H_
7
#define _PLOTFUNCS_H_
8
9
int
PlotArray
(
int
,
int
,
int
*,
int
*,
int
,
double
*,
double
*,
double
,
void
*,
void
*,
char
*);
10
11
#endif
PlotArray
int PlotArray(int, int, int *, int *, int, double *, double *, double, void *, void *, char *)
Definition:
PlotArray.c:31