Home
last modified time | relevance | path

Searched refs:subCoords (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3237 PetscScalar *coords, *subCoords; in DMPlexCreateSubmesh_Uninterpolated() local
3266 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() local
3671 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() local
4068 PetscCall(VecGetArray(subCoordinates, &subCoords)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
[all …]