source: issm/trunk/src/c/modules/TriaSearchx/TriaSearchx.h@ 5357

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

Extended TriaSearch to deal with several grids

File size: 313 bytes
RevLine 
[5354]1/*!\file: TriaSearchx.h
[3126]2 * \brief header file for Bamg module
3 */
[1189]4
[5354]5#ifndef _TRIASEARCHX_H
6#define _TRIASEARCHX_H
[1189]7
[3913]8#include "../../objects/objects.h"
[1189]9
[3126]10/* local prototypes: */
[5357]11void TriaSearchx(double** ptria,double* index,int nel, double* x, double* y, int nods,double* x0, double* y0,int numberofgrids);
[2417]12
[3126]13#endif
Note: See TracBrowser for help on using the repository browser.