Lines Matching refs:subCoordSection

3235     PetscSection coordSection, subCoordSection;  in DMPlexCreateSubmesh_Uninterpolated()  local
3243 PetscCall(DMGetCoordinateSection(subdm, &subCoordSection)); in DMPlexCreateSubmesh_Uninterpolated()
3244 PetscCall(PetscSectionSetNumFields(subCoordSection, 1)); in DMPlexCreateSubmesh_Uninterpolated()
3246 PetscCall(PetscSectionSetFieldComponents(subCoordSection, 0, numComp)); in DMPlexCreateSubmesh_Uninterpolated()
3247 … PetscCall(PetscSectionSetChart(subCoordSection, firstSubVertex, firstSubVertex + numSubVertices)); in DMPlexCreateSubmesh_Uninterpolated()
3254 PetscCall(PetscSectionSetDof(subCoordSection, subvertex, dof)); in DMPlexCreateSubmesh_Uninterpolated()
3255 PetscCall(PetscSectionSetFieldDof(subCoordSection, subvertex, 0, dof)); in DMPlexCreateSubmesh_Uninterpolated()
3257 PetscCall(PetscSectionSetUp(subCoordSection)); in DMPlexCreateSubmesh_Uninterpolated()
3258 PetscCall(PetscSectionGetStorageSize(subCoordSection, &coordSize)); in DMPlexCreateSubmesh_Uninterpolated()
3274 PetscCall(PetscSectionGetDof(subCoordSection, subvertex, &sdof)); in DMPlexCreateSubmesh_Uninterpolated()
3275 PetscCall(PetscSectionGetOffset(subCoordSection, subvertex, &soff)); in DMPlexCreateSubmesh_Uninterpolated()
3566 PetscSection coordSection = NULL, subCoordSection = NULL; in DMPlexCreateSubmeshGeneric_Interpolated() local
3619 PetscCall(DMGetCoordinateSection(subdm, &subCoordSection)); in DMPlexCreateSubmeshGeneric_Interpolated()
3623 PetscCall(DMGetCellCoordinateSection(subdm, &subCoordSection)); in DMPlexCreateSubmeshGeneric_Interpolated()
3626 PetscCall(PetscSectionSetNumFields(subCoordSection, 1)); in DMPlexCreateSubmeshGeneric_Interpolated()
3628 PetscCall(PetscSectionSetFieldComponents(subCoordSection, 0, numComp)); in DMPlexCreateSubmeshGeneric_Interpolated()
3647 PetscCall(PetscSectionSetChart(subCoordSection, firstSubP, lastSubP)); in DMPlexCreateSubmeshGeneric_Interpolated()
3656 PetscCall(PetscSectionSetDof(subCoordSection, subpoint, dof)); in DMPlexCreateSubmeshGeneric_Interpolated()
3657 PetscCall(PetscSectionSetFieldDof(subCoordSection, subpoint, 0, dof)); in DMPlexCreateSubmeshGeneric_Interpolated()
3661 PetscCall(PetscSectionSetUp(subCoordSection)); in DMPlexCreateSubmeshGeneric_Interpolated()
3662 PetscCall(PetscSectionGetStorageSize(subCoordSection, &coordSize)); in DMPlexCreateSubmeshGeneric_Interpolated()
3681 PetscCall(PetscSectionGetDof(subCoordSection, subpoint, &sdof)); in DMPlexCreateSubmeshGeneric_Interpolated()
3682 PetscCall(PetscSectionGetOffset(subCoordSection, subpoint, &soff)); in DMPlexCreateSubmeshGeneric_Interpolated()
4036 PetscSection coordSection, subCoordSection; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4045 PetscCall(DMGetCoordinateSection(subdm, &subCoordSection)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4046 PetscCall(PetscSectionSetNumFields(subCoordSection, 1)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4048 PetscCall(PetscSectionSetFieldComponents(subCoordSection, 0, numComp)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4049 … PetscCall(PetscSectionSetChart(subCoordSection, firstSubVertex, firstSubVertex + numSubVertices)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4056 PetscCall(PetscSectionSetDof(subCoordSection, subvertex, dof)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4057 PetscCall(PetscSectionSetFieldDof(subCoordSection, subvertex, 0, dof)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4059 PetscCall(PetscSectionSetUp(subCoordSection)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4060 PetscCall(PetscSectionGetStorageSize(subCoordSection, &coordSize)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4076 PetscCall(PetscSectionGetDof(subCoordSection, subvertex, &sdof)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4077 PetscCall(PetscSectionGetOffset(subCoordSection, subvertex, &soff)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()