Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex24.c7 PetscInt M, ownbegin, ownend, i, j; in FormJacobian() local
12 PetscCall(MatGetOwnershipRange(A, &ownbegin, &ownend)); in FormJacobian()
14 for (i = ownbegin; i < ownend; i++) { in FormJacobian()