Searched refs:pIndOff (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2237 PetscInt pIndOff, pMatOff, f; in DMPlexComputeInterpolatorTree() local 2251 PetscCall(PetscSectionGetOffset(rootIndicesSec, p, &pIndOff)); in DMPlexComputeInterpolatorTree() 2252 pInd = &rootIndices[pIndOff]; in DMPlexComputeInterpolatorTree() 2512 PetscInt numColIndices, pIndOff, *pInd; in DMPlexComputeInterpolatorTree() local 2523 PetscCall(PetscSectionGetOffset(leafIndicesSec, p, &pIndOff)); in DMPlexComputeInterpolatorTree() 2526 pInd = &leafIndices[pIndOff]; in DMPlexComputeInterpolatorTree() 2681 PetscInt numColIndices, pIndOff, *pInd; in DMPlexComputeInterpolatorTree() local 2691 PetscCall(PetscSectionGetOffset(leafIndicesSec, p, &pIndOff)); in DMPlexComputeInterpolatorTree() 2693 pInd = &leafIndices[pIndOff]; in DMPlexComputeInterpolatorTree()
|