/*!\file: NodeConnectivityx.h * \brief header file for node connectivity computation */ #ifndef _NODECONNECTIVITYX_H #define _NODECONNECTIVITYX_H /* local prototypes: */ void NodeConnectivityx( double** pconnectivity, int* pwidth,double* elements, int nel, int nods); #endif /* _NODECONNECTIVITYX_H */