Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A Dgraph.py30 def addEdges(self, vertex, inputs = [], outputs = []): member in DirectedGraph
75 self.addEdges(newVertex, self.inEdges[vertex], self.outEdges[vertex])
82 map(lambda v: self.addEdges(v, *graph.getEdges(v)), graph.vertices)
105 map(lambda v: self.addEdges(v, outputs = DirectedGraph.getRoots(graph)), leaves)
112 map(lambda v: self.addEdges(v, outputs = roots), DirectedGraph.getLeaves(graph))
/petsc/config/BuildSystem/config/
H A Dframework.py353 self.childGraph.addEdges(depChild, [mod])
H A Dpackage.py1005 Graph.addEdges(node,outputs=deps)