Home
last modified time | relevance | path

Searched refs:nfc (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c13 for (PetscInt i = 0; i < cand->nfc; i++) PetscCall(ISDestroy(&cand->Faces[i])); in PCBDDCDestroyGraphCandidatesIS()
194 PetscInt i, nfc, nec, nvc, *idx, *mark; in PCBDDCGraphGetCandidatesIS() local
203 if (n_faces) *n_faces = cand->nfc; in PCBDDCGraphGetCandidatesIS()
212 nfc = 0; in PCBDDCGraphGetCandidatesIS()
219 nfc++; in PCBDDCGraphGetCandidatesIS()
231 if (FacesIS) PetscCall(PetscMalloc1(nfc, &ISForFaces)); in PCBDDCGraphGetCandidatesIS()
245 nfc = 0; in PCBDDCGraphGetCandidatesIS()
249 …cptr[i + 1] - graph->cptr[i], &graph->queue[graph->cptr[i]], PETSC_USE_POINTER, &ISForFaces[nfc])); in PCBDDCGraphGetCandidatesIS()
250 nfc++; in PCBDDCGraphGetCandidatesIS()
277 if (n_faces) *n_faces = nfc; in PCBDDCGraphGetCandidatesIS()
/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h77 PetscInt nfc, nec; member
/petsc/src/ksp/pc/impls/mg/
H A Dgdsw.c120 PetscCall((*rgdsw)(dm, &cand->nfc, &cand->Faces)); in PCMGGDSWSetUp()
122 for (i = 0; i < cand->nfc; i++) { in PCMGGDSWSetUp()