Lines Matching refs:PCBDDCGraph
22 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()
1162 PetscErrorCode PCBDDCGraphResetCSR(PCBDDCGraph graph) in PCBDDCGraphResetCSR()
1178 PetscErrorCode PCBDDCGraphReset(PCBDDCGraph graph) in PCBDDCGraphReset()
1215 PetscErrorCode PCBDDCGraphInit(PCBDDCGraph graph, ISLocalToGlobalMapping l2gmap, PetscInt N, PetscI… in PCBDDCGraphInit()
1245 PetscErrorCode PCBDDCGraphDestroy(PCBDDCGraph *graph) in PCBDDCGraphDestroy()
1255 PetscErrorCode PCBDDCGraphCreate(PCBDDCGraph *graph) in PCBDDCGraphCreate()
1257 PCBDDCGraph new_graph; in PCBDDCGraphCreate()