Searched refs:subCoords (Results 1 – 1 of 1) sorted by relevance
3237 PetscScalar *coords, *subCoords; in DMPlexCreateSubmesh_Uninterpolated() local3266 PetscCall(VecGetArray(subCoordinates, &subCoords)); in DMPlexCreateSubmesh_Uninterpolated()3277 for (d = 0; d < dof; ++d) subCoords[soff + d] = coords[off + d]; in DMPlexCreateSubmesh_Uninterpolated()3280 PetscCall(VecRestoreArray(subCoordinates, &subCoords)); in DMPlexCreateSubmesh_Uninterpolated()3568 PetscScalar *coords = NULL, *subCoords = NULL; in DMPlexCreateSubmeshGeneric_Interpolated() local3671 PetscCall(VecGetArray(subCoordinates, &subCoords)); in DMPlexCreateSubmeshGeneric_Interpolated()3684 for (d = 0; d < dof; ++d) subCoords[soff + d] = coords[off + d]; in DMPlexCreateSubmeshGeneric_Interpolated()3689 PetscCall(VecRestoreArray(subCoordinates, &subCoords)); in DMPlexCreateSubmeshGeneric_Interpolated()4038 PetscScalar *coords, *subCoords; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local4068 PetscCall(VecGetArray(subCoordinates, &subCoords)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()[all …]