Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/
H A Dnetworkview.c15 PetscInt vertexOffsets[2], globalEdgeVertices[2]; in DMView_Network_CSV() local
76 PetscCall(DMNetworkGetGlobalVertexIndex(dmcoords, edgeVertices[0], &globalEdgeVertices[0])); in DMView_Network_CSV()
77 PetscCall(DMNetworkGetGlobalVertexIndex(dmcoords, edgeVertices[1], &globalEdgeVertices[1])); in DMView_Network_CSV()
81 …",%" PetscInt_FMT ",0,%" PetscInt_FMT "\n", rank, edge, globalEdgeVertices[0], globalEdgeVertices[… in DMView_Network_CSV()