Ice Sheet System Model  4.18
Code documentation
NodeConnectivityx.h
Go to the documentation of this file.
1 
5 #ifndef _NODECONNECTIVITYX_H
6 #define _NODECONNECTIVITYX_H
7 
8 /* local prototypes: */
9 void NodeConnectivityx(int** pconnectivity,int* pwidth,int* elements,int nels, int nods);
10 
11 #endif /* _NODECONNECTIVITYX_H */
NodeConnectivityx
void NodeConnectivityx(int **pconnectivity, int *pwidth, int *elements, int nels, int nods)
Definition: NodeConnectivityx.cpp:18