Lines Matching refs:soff
1863 PetscInt dof, off, soff, d; in DMPlexConstructCohesiveCells_Internal() local
1867 PetscCall(PetscSectionGetOffset(coordSection, splitp, &soff)); in DMPlexConstructCohesiveCells_Internal()
1868 for (d = 0; d < dof; ++d) coords[soff + d] = coords[off + d]; in DMPlexConstructCohesiveCells_Internal()
3270 PetscInt dof, off, sdof, soff, d; in DMPlexCreateSubmesh_Uninterpolated() local
3275 PetscCall(PetscSectionGetOffset(subCoordSection, subvertex, &soff)); in DMPlexCreateSubmesh_Uninterpolated()
3277 for (d = 0; d < dof; ++d) subCoords[soff + d] = coords[off + d]; in DMPlexCreateSubmesh_Uninterpolated()
3676 PetscInt dof, off, sdof, soff, d; in DMPlexCreateSubmeshGeneric_Interpolated() local
3682 PetscCall(PetscSectionGetOffset(subCoordSection, subpoint, &soff)); in DMPlexCreateSubmeshGeneric_Interpolated()
3684 for (d = 0; d < dof; ++d) subCoords[soff + d] = coords[off + d]; in DMPlexCreateSubmeshGeneric_Interpolated()
4072 PetscInt dof, off, sdof, soff, d; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4077 PetscCall(PetscSectionGetOffset(subCoordSection, subvertex, &soff)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4079 for (d = 0; d < dof; ++d) subCoords[soff + d] = coords[off + d]; in DMPlexCreateCohesiveSubmesh_Uninterpolated()