34 |
double version = 1.0; |
double version = 1.0; |
35 |
int format = 0, size = sizeof(double); |
int format = 0, size = sizeof(double); |
36 |
dim_t numNodes, totalNumElements=0, numTags=0, numNodesPerElement, numNodesPerElement2, element_dim; |
dim_t numNodes, totalNumElements=0, numTags=0, numNodesPerElement, numNodesPerElement2, element_dim; |
37 |
index_t e, i0, j, gmsh_type, partition_id, itmp, final_element_type, elementary_id; |
index_t e, i0, j, gmsh_type, partition_id, itmp, elementary_id; |
38 |
index_t numElements=0, numFaceElements=0, *id=NULL, *tag=NULL, *vertices=NULL; |
index_t numElements=0, numFaceElements=0, *id=NULL, *tag=NULL, *vertices=NULL; |
39 |
Finley_Mesh *mesh_p=NULL; |
Finley_Mesh *mesh_p=NULL; |
40 |
char line[LenString_MAX+1]; |
char line[LenString_MAX+1]; |