HyPar  1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
mathfunctions.h
Go to the documentation of this file.
1 
6 #ifndef _MATHFUNC_H_
7 #define _MATHFUNC_H_
8 
9 #include <math_ops.h>
10 
12 void FindInterval(double,double,double*,int,int*,int*);
13 
15 void fillGhostCells(const int* const, const int, double* const, const int, const int, const int* const);
16 
18 void TrilinearInterpCoeffs(double,double,double,double,double,double,double,double,double,double*);
19 
21 int InterpolateGlobalnDVar( const int* const,
22  double** const,
23  const int* const,
24  double* const,
25  const int,
26  const int,
27  const int,
28  const int* const);
29 
30 #endif
Contains macros for common mathematical functions.
void fillGhostCells(const int *const, const int, double *const, const int, const int, const int *const)
void FindInterval(double, double, double *, int, int *, int *)
Definition: FindInterval.c:19
void TrilinearInterpCoeffs(double, double, double, double, double, double, double, double, double, double *)
int InterpolateGlobalnDVar(const int *const, double **const, const int *const, double *const, const int, const int, const int, const int *const)