Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex42.c85 PetscInt ca[4], ch[4], rowa, rowh; in RHSJacobian() local
99 rowh = 2 * i + 1; in RHSJacobian()
128 PetscCall(MatSetValues(B, 1, &rowh, idx, ch, vh, INSERT_VALUES)); in RHSJacobian()