Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A Dgraph.py71 def replaceVertex(self, vertex, newVertex): argument
74 if vertex is None or newVertex is None: return
75 self.addEdges(newVertex, self.inEdges[vertex], self.outEdges[vertex])