Searched refs:VerticesIS (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 159 …DDCGraph graph, PetscInt *n_faces, IS *FacesIS[], PetscInt *n_edges, IS *EdgesIS[], IS *VerticesIS) in PCBDDCGraphRestoreCandidatesIS() argument 171 if (VerticesIS) *VerticesIS = NULL; in PCBDDCGraphRestoreCandidatesIS() 187 if (VerticesIS) PetscCall(ISDestroy(VerticesIS)); in PCBDDCGraphRestoreCandidatesIS() 191 …DDCGraph graph, PetscInt *n_faces, IS *FacesIS[], PetscInt *n_edges, IS *EdgesIS[], IS *VerticesIS) in PCBDDCGraphGetCandidatesIS() argument 207 if (VerticesIS) *VerticesIS = cand->Vertices; in PCBDDCGraphGetCandidatesIS() 233 if (VerticesIS) PetscCall(PetscMalloc1(nvc, &idx)); in PCBDDCGraphGetCandidatesIS() 258 if (VerticesIS) { in PCBDDCGraphGetCandidatesIS() 281 if (VerticesIS) *VerticesIS = ISForVertices; in PCBDDCGraphGetCandidatesIS()
|