Home
last modified time | relevance | path

Searched refs:ISForVertices (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/pc/impls/bddc/ !
H A Dbddcgraph.c193 IS *ISForFaces, *ISForEdges, ISForVertices; in PCBDDCGraphGetCandidatesIS() local
272 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, nvc, idx, PETSC_OWN_POINTER, &ISForVertices)); in PCBDDCGraphGetCandidatesIS()
281 if (VerticesIS) *VerticesIS = ISForVertices; in PCBDDCGraphGetCandidatesIS()
H A Dbddcprivate.c6572 IS ISForVertices, *ISForFaces, *ISForEdges; in PCBDDCConstraintsSetUp() local
6592 …atesIS(pcbddc->mat_graph, &n_ISForFaces, &ISForFaces, &n_ISForEdges, &ISForEdges, &ISForVertices)); in PCBDDCConstraintsSetUp()
6596 if (ISForVertices) PetscCall(ISGetSize(ISForVertices, &n_vertices)); in PCBDDCConstraintsSetUp()
6742 PetscCall(ISGetIndices(ISForVertices, (const PetscInt **)&is_indices)); in PCBDDCConstraintsSetUp()
6751 PetscCall(ISRestoreIndices(ISForVertices, (const PetscInt **)&is_indices)); in PCBDDCConstraintsSetUp()
6917 …aphRestoreCandidatesIS(pcbddc->mat_graph, &o_nf, &ISForFaces, &o_ne, &ISForEdges, &ISForVertices)); in PCBDDCConstraintsSetUp()