Home
last modified time | relevance | path

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

/petsc/src/dm/tests/
H A Dex36.c59 Vec Gcoords; in DAApplyConformalMapping() local
76 PetscCall(DMGetCoordinates(da, &Gcoords)); in DAApplyConformalMapping()
78 PetscCall(VecGetArray(Gcoords, &XX)); in DAApplyConformalMapping()
81 PetscCall(VecGetLocalSize(Gcoords, &n)); in DAApplyConformalMapping()
191 PetscCall(VecRestoreArray(Gcoords, &XX)); in DAApplyConformalMapping()
199 Vec Gcoords; in DAApplyTrilinearMapping() local
207 PetscCall(DMGetCoordinates(da, &Gcoords)); in DAApplyTrilinearMapping()
209 PetscCall(DMDAVecGetArrayRead(cda, Gcoords, &XX)); in DAApplyTrilinearMapping()
246 PetscCall(DMDAVecRestoreArrayRead(cda, Gcoords, &XX)); in DAApplyTrilinearMapping()
254 Vec Gcoords; in DADefineXLinearField2D() local
[all …]