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_cpp.h
Go to the documentation of this file.
1
6
#ifndef _PLOTFUNCS_CPP_H_
7
#define _PLOTFUNCS_CPP_H_
8
9
extern
"C"
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