Searched refs:Gcoords (Results 1 – 1 of 1) sorted by relevance
59 Vec Gcoords; in DAApplyConformalMapping() local76 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() local207 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 …]