Home
last modified time | relevance | path

Searched refs:PCBDDCGraphSetUp (Results 1 – 5 of 5) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/bddc/
H A Dbddcprivate.h23 PetscErrorCode PCBDDCGraphSetUp(PCBDDCGraph,PetscInt,IS,IS,PetscInt,IS[],IS);
H A Dbddcgraph.c822 PetscErrorCode PCBDDCGraphSetUp(PCBDDCGraph graph, PetscInt custom_minimal_size, IS neumann_is, IS … in PCBDDCGraphSetUp() function
H A Dbddcprivate.c2344 ierr = PCBDDCGraphSetUp(graph,1,NULL,NULL,0,NULL,NULL);CHKERRQ(ierr); in PCBDDCDetectDisconnectedComponents()
7227 …ierr = PCBDDCGraphSetUp(pcbddc->mat_graph,pcbddc->vertex_size,pcbddc->NeumannBoundariesLocal,pcbdd… in PCBDDCAnalyzeInterface()
9226 …ierr = PCBDDCGraphSetUp(graph,pcbddc->mat_graph->custom_minimal_size,NULL,pcbddc->DirichletBoundar… in PCBDDCInitSubSchurs()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS70111 PetscErrorCode PCBDDCGraphSetUp(822,33443
H A DCTAGS20379 PCBDDCGraphSetUp src/ksp/pc/impls/bddc/bddcgraph.c /^PetscErrorCode PCBDDCGraphSetUp(PCBDDCGraph gr…