Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A Dgraph.py105 map(lambda v: self.addEdges(v, outputs = DirectedGraph.getRoots(graph)), leaves)
110 roots = DirectedGraph.getRoots(self)
115 def getRoots(graph): member in DirectedGraph
118 getRoots = staticmethod(getRoots) variable in DirectedGraph
167 queue = DirectedGraph.getRoots(graph)[0:1]
/petsc/config/BuildSystem/config/
H A Dframework.py1222 for child in graph.DirectedGraph.getRoots(depGraph):