Lines Matching refs:coordSection
630 PetscSection coordSection, newCoordSection; in DMPlexShiftCoordinates_Internal() local
646 PetscCall(DMGetCoordinateSection(dm, &coordSection)); in DMPlexShiftCoordinates_Internal()
650 PetscCall(PetscSectionGetChart(coordSection, &sStart, &sEnd)); in DMPlexShiftCoordinates_Internal()
657 PetscCall(PetscSectionGetDof(coordSection, c, &dof)); in DMPlexShiftCoordinates_Internal()
682 PetscCall(PetscSectionGetDof(coordSection, c, &dof)); in DMPlexShiftCoordinates_Internal()
683 PetscCall(PetscSectionGetOffset(coordSection, c, &off)); in DMPlexShiftCoordinates_Internal()
691 PetscCall(PetscSectionGetDof(coordSection, v, &dof)); in DMPlexShiftCoordinates_Internal()
692 PetscCall(PetscSectionGetOffset(coordSection, v, &off)); in DMPlexShiftCoordinates_Internal()
1253 PetscSection coordSection; in DMPlexConstructCohesiveCells_Internal() local
1857 PetscCall(DMGetCoordinateSection(sdm, &coordSection)); in DMPlexConstructCohesiveCells_Internal()
1865 PetscCall(PetscSectionGetDof(coordSection, newp, &dof)); in DMPlexConstructCohesiveCells_Internal()
1866 PetscCall(PetscSectionGetOffset(coordSection, newp, &off)); in DMPlexConstructCohesiveCells_Internal()
1867 PetscCall(PetscSectionGetOffset(coordSection, splitp, &soff)); in DMPlexConstructCohesiveCells_Internal()
3235 PetscSection coordSection, subCoordSection; in DMPlexCreateSubmesh_Uninterpolated() local
3241 PetscCall(DMGetCoordinateSection(dm, &coordSection)); in DMPlexCreateSubmesh_Uninterpolated()
3245 PetscCall(PetscSectionGetFieldComponents(coordSection, 0, &numComp)); in DMPlexCreateSubmesh_Uninterpolated()
3253 PetscCall(PetscSectionGetDof(coordSection, vertex, &dof)); in DMPlexCreateSubmesh_Uninterpolated()
3272 PetscCall(PetscSectionGetDof(coordSection, vertex, &dof)); in DMPlexCreateSubmesh_Uninterpolated()
3273 PetscCall(PetscSectionGetOffset(coordSection, vertex, &off)); in DMPlexCreateSubmesh_Uninterpolated()
3566 PetscSection coordSection = NULL, subCoordSection = NULL; in DMPlexCreateSubmeshGeneric_Interpolated() local
3618 PetscCall(DMGetCoordinateSection(dm, &coordSection)); in DMPlexCreateSubmeshGeneric_Interpolated()
3622 PetscCall(DMGetCellCoordinateSection(dm, &coordSection)); in DMPlexCreateSubmeshGeneric_Interpolated()
3627 PetscCall(PetscSectionGetFieldComponents(coordSection, 0, &numComp)); in DMPlexCreateSubmeshGeneric_Interpolated()
3629 PetscCall(PetscSectionGetChart(coordSection, &firstP, &lastP)); in DMPlexCreateSubmeshGeneric_Interpolated()
3655 PetscCall(PetscSectionGetDof(coordSection, point, &dof)); in DMPlexCreateSubmeshGeneric_Interpolated()
3679 PetscCall(PetscSectionGetDof(coordSection, point, &dof)); in DMPlexCreateSubmeshGeneric_Interpolated()
3680 PetscCall(PetscSectionGetOffset(coordSection, point, &off)); in DMPlexCreateSubmeshGeneric_Interpolated()
4036 PetscSection coordSection, subCoordSection; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4043 PetscCall(DMGetCoordinateSection(dm, &coordSection)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4047 PetscCall(PetscSectionGetFieldComponents(coordSection, 0, &numComp)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4055 PetscCall(PetscSectionGetDof(coordSection, vertex, &dof)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4074 PetscCall(PetscSectionGetDof(coordSection, vertex, &dof)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4075 PetscCall(PetscSectionGetOffset(coordSection, vertex, &off)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()