Searched refs:closureP (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1238 PetscInt closureSize, closureSizeP, *closure = NULL, *closureP = NULL; in DMPlexComputeAnchorMatrix_Tree_Direct() local 1272 PetscCall(DMPlexGetTransitiveClosure(dm, parent, PETSC_TRUE, &closureSizeP, &closureP)); in DMPlexComputeAnchorMatrix_Tree_Direct() 1288 PetscInt p = closureP[2 * i]; in DMPlexComputeAnchorMatrix_Tree_Direct() 1333 PetscInt q = closureP[2 * j]; in DMPlexComputeAnchorMatrix_Tree_Direct() 1334 PetscInt oq = closureP[2 * j + 1]; in DMPlexComputeAnchorMatrix_Tree_Direct() 1371 PetscCall(DMPlexRestoreTransitiveClosure(dm, parent, PETSC_TRUE, &closureSizeP, &closureP)); in DMPlexComputeAnchorMatrix_Tree_Direct()
|