Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A Dgraph.py187 def topologicalSort(graph, start = None, outEdges = 1): member in DirectedGraph
197 topologicalSort = staticmethod(topologicalSort) variable in DirectedGraph
/petsc/config/BuildSystem/config/
H A Dframework.py1372 ndepGraph = list(graph.DirectedGraph.topologicalSort(depGraph))
1427 depGraph = graph.DirectedGraph.topologicalSort(depGraph)
H A Dpackage.py1012 return [sortnode for sortnode in graph.DirectedGraph.topologicalSort(depGraph,start=startnode)]