Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Dmatrix.c1790 PetscInt buf[8192], *bufm = NULL, *bufn = NULL, *jdxm, *jdxn; in MatSetValuesStencil() local
1803 jdxn = buf + m; in MatSetValuesStencil()
1807 jdxn = bufn; in MatSetValuesStencil()
1827 jdxn[i] = tmp; in MatSetValuesStencil()
1829 PetscCall(MatSetValuesLocal(mat, m, jdxm, n, jdxn, v, addv)); in MatSetValuesStencil()
1905 PetscInt buf[8192], *bufm = NULL, *bufn = NULL, *jdxm, *jdxn; in MatSetValuesBlockedStencil() local
1919 jdxn = buf + m; in MatSetValuesBlockedStencil()
1923 jdxn = bufn; in MatSetValuesBlockedStencil()
1943 jdxn[i] = tmp; in MatSetValuesBlockedStencil()
1945 PetscCall(MatSetValuesBlockedLocal(mat, m, jdxm, n, jdxn, v, addv)); in MatSetValuesBlockedStencil()