Lines Matching refs:coordSize
633 PetscInt coordSize, sStart, sEnd; in DMPlexShiftCoordinates_Internal() local
668 PetscCall(PetscSectionGetStorageSize(newCoordSection, &coordSize)); in DMPlexShiftCoordinates_Internal()
671 PetscCall(VecSetSizes(newCoordinates, coordSize, PETSC_DETERMINE)); in DMPlexShiftCoordinates_Internal()
3238 PetscInt numComp, coordSize, v; in DMPlexCreateSubmesh_Uninterpolated() local
3258 PetscCall(PetscSectionGetStorageSize(subCoordSection, &coordSize)); in DMPlexCreateSubmesh_Uninterpolated()
3262 PetscCall(VecSetSizes(subCoordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateSubmesh_Uninterpolated()
3264 if (coordSize) { in DMPlexCreateSubmesh_Uninterpolated()
3569 …PetscInt bs, numComp, coordSize, firstP, lastP, firstSubP = totSubPoints, lastSubP = -1, numFi… in DMPlexCreateSubmeshGeneric_Interpolated() local
3662 PetscCall(PetscSectionGetStorageSize(subCoordSection, &coordSize)); in DMPlexCreateSubmeshGeneric_Interpolated()
3666 PetscCall(VecSetSizes(subCoordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateSubmeshGeneric_Interpolated()
4039 PetscInt cdim, numComp, coordSize, v; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4060 PetscCall(PetscSectionGetStorageSize(subCoordSection, &coordSize)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4064 PetscCall(VecSetSizes(subCoordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()