Lines Matching refs:PetscSectionGetOffset
683 PetscCall(PetscSectionGetOffset(coordSection, c, &off)); in DMPlexShiftCoordinates_Internal()
684 PetscCall(PetscSectionGetOffset(newCoordSection, cNew, &noff)); in DMPlexShiftCoordinates_Internal()
692 PetscCall(PetscSectionGetOffset(coordSection, v, &off)); in DMPlexShiftCoordinates_Internal()
693 …PetscCall(PetscSectionGetOffset(newCoordSection, DMPlexShiftPoint_Internal(v, depth, depthShift), … in DMPlexShiftCoordinates_Internal()
901 PetscCall(PetscSectionGetOffset(pSec, p, &off)); in DMPlexShiftTree_Internal()
902 PetscCall(PetscSectionGetOffset(pSecShifted, pNew, &offNew)); in DMPlexShiftTree_Internal()
1866 PetscCall(PetscSectionGetOffset(coordSection, newp, &off)); in DMPlexConstructCohesiveCells_Internal()
1867 PetscCall(PetscSectionGetOffset(coordSection, splitp, &soff)); in DMPlexConstructCohesiveCells_Internal()
3113 PetscCall(PetscSectionGetOffset(submesh->coneSection, f, &off)); in DMPlexInsertFace_Internal()
3273 PetscCall(PetscSectionGetOffset(coordSection, vertex, &off)); in DMPlexCreateSubmesh_Uninterpolated()
3275 PetscCall(PetscSectionGetOffset(subCoordSection, subvertex, &soff)); in DMPlexCreateSubmesh_Uninterpolated()
3680 PetscCall(PetscSectionGetOffset(coordSection, point, &off)); in DMPlexCreateSubmeshGeneric_Interpolated()
3682 PetscCall(PetscSectionGetOffset(subCoordSection, subpoint, &soff)); in DMPlexCreateSubmeshGeneric_Interpolated()
4075 PetscCall(PetscSectionGetOffset(coordSection, vertex, &off)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4077 PetscCall(PetscSectionGetOffset(subCoordSection, subvertex, &soff)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()