Searched refs:edgeVertices (Results 1 – 1 of 1) sorted by relevance
17 const PetscInt *vertices, *edges, *edgeVertices; in DMView_Network_CSV() local75 PetscCall(DMNetworkGetConnectedVertices(dmcoords, edge, &edgeVertices)); in DMView_Network_CSV()76 PetscCall(DMNetworkGetGlobalVertexIndex(dmcoords, edgeVertices[0], &globalEdgeVertices[0])); in DMView_Network_CSV()77 PetscCall(DMNetworkGetGlobalVertexIndex(dmcoords, edgeVertices[1], &globalEdgeVertices[1])); in DMView_Network_CSV()