Searched refs:coord1d_local (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagutils.c | 68 Vec coord1d_local; in DMStagGetProductCoordinateArrays_Private() local 87 PetscCall(DMGetCoordinatesLocal(subDM, &coord1d_local)); in DMStagGetProductCoordinateArrays_Private() 89 PetscCall(DMStagVecGetArrayRead(subDM, coord1d_local, arr[d])); in DMStagGetProductCoordinateArrays_Private() 91 PetscCall(DMStagVecGetArray(subDM, coord1d_local, arr[d])); in DMStagGetProductCoordinateArrays_Private() 979 Vec coord1d_local; in DMStagRestoreProductCoordinateArrays_Private() local 985 PetscCall(DMGetCoordinatesLocal(subDM, &coord1d_local)); in DMStagRestoreProductCoordinateArrays_Private() 987 PetscCall(DMStagVecRestoreArrayRead(subDM, coord1d_local, arr[d])); in DMStagRestoreProductCoordinateArrays_Private() 989 PetscCall(DMStagVecRestoreArray(subDM, coord1d_local, arr[d])); in DMStagRestoreProductCoordinateArrays_Private()
|