/*!\file: InterpFromMeshToMesh2dx.h * \brief header file for Bamg module */ #ifndef _INTERPFROMMESHTOMESH2DX_H #define _INTERPFROMMESHTOMESH2DX_H #include "../../objects/objects.h" /* local prototypes: */ int InterpFromMeshToMesh2dx(double** pdata_interp,double* index_data,double* x_data,double* y_data,int nods_data,int nels_data, 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 ); #endif