Home
last modified time | relevance | path

Searched defs:graph (Results 1 – 10 of 10) sorted by relevance

/petsc/config/BuildSystem/
H A Dgraph.py79 def addSubgraph(self, graph): argument
85 def removeSubgraph(self, graph): argument
101 def appendGraph(self, graph): argument
108 def prependGraph(self, graph): argument
115 def getRoots(graph): argument
120 def getLeaves(graph): argument
125 def depthFirstVisit(graph, vertex, seen = None, returnFinished = 0, outEdges = 1): argument
147 def depthFirstSearch(graph, returnFinished = 0, outEdges = 1): argument
163 def breadthFirstSearch(graph, returnFinished = 0): argument
187 def topologicalSort(graph, start = None, outEdges = 1): argument
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c22 PetscErrorCode PCBDDCGraphGetDirichletDofsB(PCBDDCGraph graph, IS *dirdofs) in PCBDDCGraphGetDirichletDofsB()
48 PetscErrorCode PCBDDCGraphGetDirichletDofs(PCBDDCGraph graph, IS *dirdofs) in PCBDDCGraphGetDirichletDofs()
74 PetscErrorCode PCBDDCGraphASCIIView(PCBDDCGraph graph, PetscInt verbosity_level, PetscViewer viewer) in PCBDDCGraphASCIIView()
159 PetscErrorCode PCBDDCGraphRestoreCandidatesIS(PCBDDCGraph graph, PetscInt *n_faces, IS *FacesIS[], … in PCBDDCGraphRestoreCandidatesIS()
191 PetscErrorCode PCBDDCGraphGetCandidatesIS(PCBDDCGraph graph, PetscInt *n_faces, IS *FacesIS[], Pets… in PCBDDCGraphGetCandidatesIS()
285 PetscErrorCode PCBDDCGraphComputeConnectedComponents(PCBDDCGraph graph) in PCBDDCGraphComputeConnectedComponents()
569 static inline PetscErrorCode PCBDDCGraphComputeCC_Private(PCBDDCGraph graph, PetscInt pid, PetscInt… in PCBDDCGraphComputeCC_Private()
668 PetscErrorCode PCBDDCGraphComputeConnectedComponentsLocal(PCBDDCGraph graph) in PCBDDCGraphComputeConnectedComponentsLocal()
727 PetscErrorCode PCBDDCGraphSetUp(PCBDDCGraph graph, PetscInt custom_minimal_size, IS neumann_is, IS … in PCBDDCGraphSetUp()
1151 PetscErrorCode PCBDDCGraphResetCoords(PCBDDCGraph graph) in PCBDDCGraphResetCoords()
[all …]
H A Dbddcprivate.c1598 PCBDDCGraph graph = pcbddc->mat_graph; in PCBDDCNedelecSupport() local
1711 …ComputeNoNetFlux(Mat A, Mat divudotp, PetscBool transpose, IS vl2l, PCBDDCGraph graph, MatNullSpac… in PCBDDCComputeNoNetFlux()
2403 PCBDDCGraph graph; in PCBDDCDetectDisconnectedComponents() local
4280 PCBDDCGraph graph = pcbddc->mat_graph; in PCBDDCSetUpCorrection() local
8516 PCBDDCGraph graph = pcbddc->mat_graph; in PCBDDCSetUpCoarseSolver() local
9363 PetscErrorCode PCBDDCComputeFakeChange(PC pc, PetscBool constraints, PCBDDCGraph graph, PCBDDCSubSc… in PCBDDCComputeFakeChange()
9536 PCBDDCGraph graph; in PCBDDCInitSubSchurs() local
H A Dbddcschurs.c2064 …t(PCBDDCSubSchurs sub_schurs, const char *prefix, IS is_I, IS is_B, PCBDDCGraph graph, ISLocalToGl… in PCBDDCSubSchursInit()
/petsc/src/ksp/pc/impls/mg/
H A Dgdsw.c15 PCBDDCGraph graph; in PCMGGDSWSetUp() local
/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h164 PCBDDCGraph graph; member
H A Dmatimpl.h574 Mat graph; member
/petsc/src/dm/impls/plex/
H A Dplexpartition.c114 PetscInt *adj = NULL, *vOffsets = NULL, *graph = NULL; in DMPlexCreatePartitionerGraph_Native() local
H A Dplexcreate.c3227 PetscInt *graph; in DMPlexCreateSphereMesh_Internal() local
3500 PetscInt *graph, p, i, j, k, l; in DMPlexCreateSphereMesh_Internal() local
/petsc/src/mat/interface/
H A Dmatrix.c11399 …, PetscBool sym, PetscBool scale, PetscReal filter, PetscInt num_idx, PetscInt index[], Mat *graph) in MatCreateGraph()