Searched refs:numAdjP (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ ! |
| H A D | plexpreallocate.c | 78 PetscInt iDof, iOff, i, r, s, numAdjP = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local 83 …PetscCall(DMPlexGetAdjacency_Internal(dm, p, useCone, useClosure, PETSC_TRUE, &numAdjP, &tmpAdjP)); in DMPlexComputeAnchorAdjacencies() 92 for (s = 0; s < numAdjP; s++) { in DMPlexComputeAnchorAdjacencies() 95 if (s < numAdjP) continue; in DMPlexComputeAnchorAdjacencies() 109 PetscInt iDof, iOff, i, r, s, aOff, aOffOrig, aDof, numAdjP = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local 114 …PetscCall(DMPlexGetAdjacency_Internal(dm, p, useCone, useClosure, PETSC_TRUE, &numAdjP, &tmpAdjP)); in DMPlexComputeAnchorAdjacencies() 126 for (s = 0; s < numAdjP; s++) { in DMPlexComputeAnchorAdjacencies() 129 if (s < numAdjP) continue; in DMPlexComputeAnchorAdjacencies()
|