source: issm/trunk/src/c/modules/NodeConnectivityx/NodeConnectivityx.h@ 3906

Last change on this file since 3906 was 1105, checked in by Eric.Larour, 16 years ago

Added connectivity modules and ContourToNodes module

File size: 311 bytes
Line 
1/*!\file: NodeConnectivityx.h
2 * \brief header file for node connectivity computation
3 */
4
5#ifndef _NODECONNECTIVITYX_H
6#define _NODECONNECTIVITYX_H
7
8/* local prototypes: */
9void NodeConnectivityx( double** pconnectivity, int* pwidth,double* elements, int nel, int nods);
10
11#endif /* _NODECONNECTIVITYX_H */
12
Note: See TracBrowser for help on using the repository browser.