Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcbddcprivateimpl.h20 PETSC_EXTERN PetscErrorCode PCBDDCGraphDestroy(PCBDDCGraph *);
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c1245 PetscErrorCode PCBDDCGraphDestroy(PCBDDCGraph *graph) in PCBDDCGraphDestroy() function
H A Dbddcprivate.c2485 PetscCall(PCBDDCGraphDestroy(&graph)); in PCBDDCDetectDisconnectedComponents()
2707 PetscCall(PCBDDCGraphDestroy(&graph)); in PCBDDCDetectDisconnectedComponents()
4012 PetscCall(PCBDDCGraphDestroy(&pcbddc->mat_graph)); in PCBDDCResetTopography()
9580 if (pcbddc->sub_schurs_rebuild) PetscCall(PCBDDCGraphDestroy(&graph)); in PCBDDCInitSubSchurs()