Home
last modified time | relevance | path

Searched refs:PCBDDCGraph (Results 1 – 9 of 9) sorted by relevance

/petsc/include/petsc/private/
H A Dpcbddcprivateimpl.h19 PETSC_EXTERN PetscErrorCode PCBDDCGraphCreate(PCBDDCGraph *);
20 PETSC_EXTERN PetscErrorCode PCBDDCGraphDestroy(PCBDDCGraph *);
21 PETSC_EXTERN PetscErrorCode PCBDDCGraphInit(PCBDDCGraph, ISLocalToGlobalMapping, PetscInt, Petsc…
22 PETSC_EXTERN PetscErrorCode PCBDDCGraphReset(PCBDDCGraph);
23 PETSC_EXTERN PetscErrorCode PCBDDCGraphResetCSR(PCBDDCGraph);
24 PETSC_EXTERN PetscErrorCode PCBDDCGraphResetCoords(PCBDDCGraph);
25 PETSC_EXTERN PetscErrorCode PCBDDCGraphSetUp(PCBDDCGraph, PetscInt, IS, IS, PetscInt, IS[], IS);
26 PETSC_EXTERN PetscErrorCode PCBDDCGraphComputeConnectedComponents(PCBDDCGraph);
27 PETSC_EXTERN PetscErrorCode PCBDDCGraphComputeConnectedComponentsLocal(PCBDDCGraph);
28 PETSC_EXTERN PetscErrorCode PCBDDCGraphASCIIView(PCBDDCGraph, PetscInt, PetscViewer);
[all …]
H A Dpcbddcstructsimpl.h74 typedef struct _PCBDDCGraph *PCBDDCGraph; typedef
164 PCBDDCGraph graph;
H A Dpcbddcimpl.h107 PCBDDCGraph mat_graph;
/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 Dbddcfetidp.c122 PCBDDCGraph mat_graph = pcbddc->mat_graph; in PCBDDCSetupFETIDPMatContext()
H A Dbddc.c992 PCBDDCGraph mat_graph = pcbddc->mat_graph; in PCBDDCSetLocalAdjacencyGraph_BDDC()
2096 PCBDDCGraph mat_graph = pcbddc->mat_graph; in PCSetCoordinates_BDDC()
H A Dbddcprivate.c1598 PCBDDCGraph graph = pcbddc->mat_graph; in PCBDDCNedelecSupport()
1711 …DDCComputeNoNetFlux(Mat A, Mat divudotp, PetscBool transpose, IS vl2l, PCBDDCGraph graph, MatNullS… in PCBDDCComputeNoNetFlux()
2403 PCBDDCGraph graph; in PCBDDCDetectDisconnectedComponents()
4280 PCBDDCGraph graph = pcbddc->mat_graph; in PCBDDCSetUpCorrection()
8516 PCBDDCGraph graph = pcbddc->mat_graph; in PCBDDCSetUpCoarseSolver()
9363 PetscErrorCode PCBDDCComputeFakeChange(PC pc, PetscBool constraints, PCBDDCGraph graph, PCBDDCSubSc… in PCBDDCComputeFakeChange()
9536 PCBDDCGraph graph; in PCBDDCInitSubSchurs()
H A Dbddcschurs.c2064 …Init(PCBDDCSubSchurs sub_schurs, const char *prefix, IS is_I, IS is_B, PCBDDCGraph graph, ISLocalT… in PCBDDCSubSchursInit()
/petsc/src/ksp/pc/impls/mg/
H A Dgdsw.c15 PCBDDCGraph graph; in PCMGGDSWSetUp()