HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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