Ice Sheet System Model
4.18
Code documentation
src
c
modules
InterpFromMeshToGridx
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
Generated on Thu Jul 2 2020 08:09:19 for Ice Sheet System Model by
1.8.19