Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex20.c171 PetscInt globalRowIdx, globalColIdx, obsIdx = 0; in main() local
172 PetscCall(VecGetOwnershipRange(Vecxyz[0], &globalColIdx, NULL)); in main()
176 PetscInt grow = globalRowIdx + obsIdx++, gcol = globalColIdx + v; in main()