Searched refs:fpoint (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMPlex.pyx | 1899 cdef IS fpoint = IS() 1900 CHKERR(DMPlexCreateCoarsePointIS(self.dm, &fpoint.iset)) 1901 return fpoint
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 4103 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()
|