Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c920 PetscInt n, n1, ncone, numCoveredPoints, o, p, q, start, end; in DMPlexExpandedConesToFaces_Private() local
933 PetscCall(PetscSectionGetDof(section, q, &ncone)); in DMPlexExpandedConesToFaces_Private()
936 if (ncone == 1) { in DMPlexExpandedConesToFaces_Private()
942 for (i = 0; i < ncone; i++) in DMPlexExpandedConesToFaces_Private()
948 PetscCall(DMPlexGetJoin(dm, ncone, cone, &numCoveredPoints, &coveredPoints)); in DMPlexExpandedConesToFaces_Private()
952 PetscCall(DMPlexRestoreJoin(dm, ncone, cone, &numCoveredPoints, &coveredPoints)); in DMPlexExpandedConesToFaces_Private()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx577 cdef PetscInt ncone = 0
579 CHKERR(DMPlexGetConeSize(self.dm, cp, &ncone))
581 return array_i(ncone, icone)
609 cdef PetscInt ncone = 0
611 cone = iarray_i(cone, &ncone, &icone)
612 CHKERR(DMPlexSetConeSize(self.dm, cp, ncone))
619 assert norie == ncone
721 cdef PetscInt ncone = 0
722 CHKERR(DMPlexGetConeSize(self.dm, cp, &ncone))
726 assert norie == ncone
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1555 const PetscInt *ncone, *nconeO; in DMPlexConstructCohesiveCells_Internal() local
1566 PetscCall(DMPlexGetCone(dm, ocell, &ncone)); in DMPlexConstructCohesiveCells_Internal()
1569 if (ncone[nc] == oldp) { in DMPlexConstructCohesiveCells_Internal()