Ice Sheet System Model  4.18
Code documentation
InterpFromMeshToGridx.h
Go to the documentation of this file.
1 
5 #ifndef _INTERPFROMMESHTOGRIDX_H
6 #define _INTERPFROMMESHTOGRIDX_H
7 
8 #include "../../toolkits/toolkits.h"
9 
10 void InterpFromMeshToGridx(double** pgriddata,int* index_mesh, double* x_mesh, double* y_mesh, int nods,int nels, double* data_mesh,int data_length,double* x_grid,double* y_grid,int nlines,int ncols,double default_value);
11 
12 #endif /* _INTERPFROMMESHTOGRIDX_H */
InterpFromMeshToGridx
void InterpFromMeshToGridx(double **pgriddata, int *index_mesh, double *x_mesh, double *y_mesh, int nods, int nels, double *data_mesh, int data_length, double *x_grid, double *y_grid, int nlines, int ncols, double default_value)
Definition: InterpFromMeshToGridx.cpp:8