- Timestamp:
- 06/01/12 17:26:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/InterpFromMeshToMesh2dx/InterpFromMeshToMesh2dx.cpp
r11995 r12330 14 14 15 15 int InterpFromMeshToMesh2dx(double** pdata_interp,double* index_data,double* x_data,double* y_data,int nods_data,int nels_data, 16 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){16 double* data,int data_rows,int data_cols,double* x_interp,double* y_interp,int nods_interp,double* default_values,int num_default_values, DataSet* contours){ 17 17 18 18 /*Output*/ … … 36 36 bool skip_bamg=false; 37 37 38 39 38 /*Checks*/ 40 39 if (data_cols<=0){ … … 50 49 /*If default values supplied, figure out which nodes are inside the contour, including the border of the contour: */ 51 50 if(num_default_values){ 52 ContourToNodesx( &vec_incontour,x_interp,y_interp,nods_interp,contours, numcontours,1);51 ContourToNodesx( &vec_incontour,x_interp,y_interp,nods_interp,contours,1); 53 52 incontour=vec_incontour->ToMPISerial(); 54 53 }
Note:
See TracChangeset
for help on using the changeset viewer.