Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx1899 cdef IS fpoint = IS()
1900 CHKERR(DMPlexCreateCoarsePointIS(self.dm, &fpoint.iset))
1901 return fpoint
/petsc/src/dm/impls/plex/
H A Dplex.c4103 const PetscInt fpoint = cone[arr[d * 2 + 0]]; in DMPlexTransitiveClosure_Tensor_Internal() local
4107 PetscCall(DMPlexGetCellType(dm, fpoint, &ft)); in DMPlexTransitiveClosure_Tensor_Internal()
4109 …PetscCall(DMPlexGetTransitiveClosure_Hot_Private(dm, fpoint, PETSC_TRUE, &fconeSize, &fcone, &forn… in DMPlexTransitiveClosure_Tensor_Internal()
4122 …PetscCall(DMPlexRestoreTransitiveClosure_Hot_Private(dm, fpoint, PETSC_TRUE, &fconeSize, &fcone, &… in DMPlexTransitiveClosure_Tensor_Internal()