source: issm/branches/trunk-jpl-damage/src/c/modules/InterpFromMeshToMesh2dx/InterpFromMeshToMesh2dx.h@ 12878

Last change on this file since 12878 was 12878, checked in by cborstad, 13 years ago

merged trunk-jpl into trunk-jpl-damage through revision 12877

File size: 425 bytes
Line 
1/*!\file: InterpFromMeshToMesh2dx.h
2 * \brief header file for Bamg module
3 */
4
5#ifndef _INTERPFROMMESHTOMESH2DX_H
6#define _INTERPFROMMESHTOMESH2DX_H
7
8#include "../../classes/classes.h"
9
10int InterpFromMeshToMesh2dx(double** pdata_interp,int* index_data,double* x_data,double* y_data,int nods_data,int nels_data,
11 double* data,int M_data,int N_data,double* x_interp,double* y_interp,int N_interp,Options* options);
12
13#endif
Note: See TracBrowser for help on using the repository browser.