Searched refs:iDof (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 80 PetscCall(PetscSectionGetDof(inverseSec, p, &iDof)); in DMPlexComputeAnchorAdjacencies() 81 if (!iDof) continue; in DMPlexComputeAnchorAdjacencies() 84 for (i = 0; i < iDof; i++) { in DMPlexComputeAnchorAdjacencies() 109 PetscInt iDof, iOff, i, r, s, aOff, aOffOrig, aDof, numAdjP = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local 111 PetscCall(PetscSectionGetDof(inverseSec, p, &iDof)); in DMPlexComputeAnchorAdjacencies() 112 if (!iDof) continue; in DMPlexComputeAnchorAdjacencies() 118 for (i = 0; i < iDof; i++) { in DMPlexComputeAnchorAdjacencies()
|