Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/
H A Dnetworkview.c17 const PetscInt *vertices, *edges, *edgeVertices; in DMView_Network_CSV() local
75 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()