Go to the source code of this file.
◆ ElementConnectivityUsage()
void ElementConnectivityUsage |
( |
void |
| ) |
|
◆ WRAPPER()
WRAPPER |
( |
ElementConnectivity_python |
| ) |
|
Generate internal degree of freedom numbers:
Definition at line 12 of file ElementConnectivity.cpp.
16 int* nodeconnectivity=NULL;
21 int* elementconnectivity=NULL;
31 FetchData(&nodeconnectivity,&nods,&width,NODECONNECTIVITY);
37 WriteData(ELEMENTCONNECTIVITY,elementconnectivity,nels,3);
40 xDelete<int>(elements);
41 xDelete<int>(nodeconnectivity);
42 xDelete<int>(elementconnectivity);