Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex13.c279 PetscInt n, N, i, j, off, offu; in ComputeSpectral() local
292 PetscCall(PetscSectionGetOffset(section, points[i], &offu)); in ComputeSpectral()
294 svals[i] = array[offu]; in ComputeSpectral()