Searched refs:ownend (Results 1 – 1 of 1) sorted by relevance
7 PetscInt M, ownbegin, ownend, i, j; in FormJacobian() local12 PetscCall(MatGetOwnershipRange(A, &ownbegin, &ownend)); in FormJacobian()14 for (i = ownbegin; i < ownend; i++) { in FormJacobian()