Searched refs:subCoordinates (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 3236 Vec coordinates, subCoordinates; in DMPlexCreateSubmesh_Uninterpolated() local 3259 PetscCall(VecCreate(PETSC_COMM_SELF, &subCoordinates)); in DMPlexCreateSubmesh_Uninterpolated() 3261 PetscCall(PetscObjectSetName((PetscObject)subCoordinates, name)); in DMPlexCreateSubmesh_Uninterpolated() 3262 PetscCall(VecSetSizes(subCoordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateSubmesh_Uninterpolated() 3263 PetscCall(VecSetType(subCoordinates, VECSTANDARD)); in DMPlexCreateSubmesh_Uninterpolated() 3266 PetscCall(VecGetArray(subCoordinates, &subCoords)); in DMPlexCreateSubmesh_Uninterpolated() 3280 PetscCall(VecRestoreArray(subCoordinates, &subCoords)); in DMPlexCreateSubmesh_Uninterpolated() 3282 PetscCall(DMSetCoordinatesLocal(subdm, subCoordinates)); in DMPlexCreateSubmesh_Uninterpolated() 3283 PetscCall(VecDestroy(&subCoordinates)); in DMPlexCreateSubmesh_Uninterpolated() 3567 Vec coordinates = NULL, subCoordinates = NULL; in DMPlexCreateSubmeshGeneric_Interpolated() local [all …]
|