Last change
on this file since 10937 was 3913, checked in by Eric.Larour, 15 years ago |
Moved all objects in Bamg to objects directory.
Moved all solutions from parallel to solutoins.
Moved all modules from top c/ directory to c/modules directory
cleaned up all object dependencies in Bamg/objects (fiouh!)
That will do for the week-end:)
|
File size:
510 bytes
|
Line | |
---|
1 | /*!\file InterpFromMeshToMesh3dx.h
|
---|
2 | * \brief: header file for Data interpolation routines.
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef _INTERPFROMMESHTOMESH3DX_H
|
---|
6 | #define _INTERPFROMMESHTOMESH3DX_H
|
---|
7 |
|
---|
8 | #include "../../toolkits/toolkits.h"
|
---|
9 |
|
---|
10 | int InterpFromMeshToMesh3dx( Vec* pdata_prime,double* index_data, double* x_data, double* y_data, double* z_data, int nods_data,int nels_data, double* data, int data_length, double* x_prime, double* y_prime, double* z_prime, int nods_prime,double default_value);
|
---|
11 |
|
---|
12 | #endif /* _INTERPFROMMESHTOMESH3DX_H */
|
---|
13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.