Searched refs:coordSizeNew (Results 1 – 1 of 1) sorted by relevance
2263 PetscInt coordSizeNew, bs; in DMPlexTransformSetCoordinates() local2268 PetscCall(PetscSectionGetStorageSize(coordSectionNew, &coordSizeNew)); in DMPlexTransformSetCoordinates()2269 PetscCall(VecSetSizes(coordsLocalNew, coordSizeNew, PETSC_DETERMINE)); in DMPlexTransformSetCoordinates()2339 PetscInt coordSizeNew, bs; in DMPlexTransformSetCoordinates() local2344 PetscCall(PetscSectionGetStorageSize(coordSectionCellNew, &coordSizeNew)); in DMPlexTransformSetCoordinates()2345 PetscCall(VecSetSizes(coordsLocalCellNew, coordSizeNew, PETSC_DETERMINE)); in DMPlexTransformSetCoordinates()