Home
last modified time | relevance | path

Searched refs:facecell2 (Results 1 – 2 of 2) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/gmv/
H A Dgmvread.c4695 gmv_meshdata.facecell2 = NULL; in gmvread_mesh()
5474 facecell2 == NULL) in rdfaces()
5578 facecell2[iface] = 0; in rdvfaces()
5616 gmv_meshdata.facecell2 = facecell2; in rdvfaces()
5629 static long *facecell1, *facecell2; in rdxfaces() local
5702 facecell2[i] = 0; in rdxfaces()
5715 gmv_meshdata.facecell2 = facecell2; in rdxfaces()
5773 j = facecell2[i]; in fillcellinfo()
5802 j = facecell2[i]; in fillcellinfo()
5815 facecell2 = (long *)realloc(facecell2,nfacesin*sizeof(long)); in fillcellinfo()
[all …]
H A Dgmvread.h145 long *facecell2; /* Second cell, nfaces long. */ member