Rev | Line | |
---|
[3126] | 1 | /*!\file: InterpFromMeshToMesh2dx.h
|
---|
| 2 | * \brief header file for Bamg module
|
---|
| 3 | */
|
---|
[1189] | 4 |
|
---|
[2287] | 5 | #ifndef _INTERPFROMMESHTOMESH2DX_H
|
---|
| 6 | #define _INTERPFROMMESHTOMESH2DX_H
|
---|
[1189] | 7 |
|
---|
[3913] | 8 | #include "../../objects/objects.h"
|
---|
[1189] | 9 |
|
---|
[3126] | 10 | /* local prototypes: */
|
---|
| 11 | int InterpFromMeshToMesh2dx(double** pdata_interp,double* index_data,double* x_data,double* y_data,int nods_data,int nels_data,
|
---|
[5032] | 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 );
|
---|
[2417] | 13 |
|
---|
[3126] | 14 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.