Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h78 IS *Faces, *Edges, Vertices; member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c17 PetscCall(ISDestroy(&cand->Vertices)); in PCBDDCDestroyGraphCandidatesIS()
207 if (VerticesIS) *VerticesIS = cand->Vertices; in PCBDDCGraphGetCandidatesIS()