Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx127 cdef PetscInt dim = 0, *cfaces = NULL
128 faces = iarray_i(faces, &dim, &cfaces)
144 CHKERR(DMPlexCreateBoxMesh(ccomm, dim, csimplex, cfaces,
176 cdef PetscInt dim = 0, *cfaces = NULL
177 faces = iarray_i(faces, &dim, &cfaces)
188 CHKERR(DMPlexCreateBoxSurfaceMesh(ccomm, dim, cfaces, clower, cupper, cinterp, &newdm))
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c2596 PetscInt nf, cnt = 0, mcnt = dim, *cfaces; in PCBDDCDetectDisconnectedComponents() local
2600 PetscCall(DMGetWorkArray(dm, nf, MPIU_INT, &cfaces)); in PCBDDCDetectDisconnectedComponents()
2607 if (nc == 1 && faces[f] == ff) cfaces[cnt++] = faces[f]; in PCBDDCDetectDisconnectedComponents()
2627 if (f == cfaces[fk]) valid = PETSC_TRUE; in PCBDDCDetectDisconnectedComponents()
2640 PetscCall(DMRestoreWorkArray(dm, nf, MPIU_INT, &cfaces)); in PCBDDCDetectDisconnectedComponents()