Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1238 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()
1273 PetscCall(PetscMalloc2(closureSize + 1, &childOffsets, closureSizeP + 1, &parentOffsets)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1287 for (i = 0; i < closureSizeP; i++) { in DMPlexComputeAnchorMatrix_Tree_Direct()
1332 for (j = 0; j < closureSizeP; j++) { in DMPlexComputeAnchorMatrix_Tree_Direct()
1371 PetscCall(DMPlexRestoreTransitiveClosure(dm, parent, PETSC_TRUE, &closureSizeP, &closureP)); in DMPlexComputeAnchorMatrix_Tree_Direct()