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

Last change on this file since 11427 was 5032, checked in by Eric.Larour, 15 years ago

Added InterpFromMesh2d module, from ISSM2.0, to go around some of Bamg
error messages. We'll get rid of it later, when bugs are addressed.

File size: 527 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 "../../objects/objects.h"
9
10/* local prototypes: */
11int InterpFromMeshToMesh2dx(double** pdata_interp,double* index_data,double* x_data,double* y_data,int nods_data,int nels_data,
12 double* data,int data_rows,int data_cols,double* x_interp,double* y_interp,int nods_interp,double* default_values,int num_default_values,Contour** contours, int numcontours );
13
14#endif
Note: See TracBrowser for help on using the repository browser.