Home
last modified time | relevance | path

Searched refs:bufm (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
1805 PetscCall(PetscMalloc2(m, &bufm, n, &bufn)); in MatSetValuesStencil()
1806 jdxm = bufm; in MatSetValuesStencil()
1830 PetscCall(PetscFree2(bufm, bufn)); in MatSetValuesStencil()
1905 PetscInt buf[8192], *bufm = NULL, *bufn = NULL, *jdxm, *jdxn; in MatSetValuesBlockedStencil() local
1921 PetscCall(PetscMalloc2(m, &bufm, n, &bufn)); in MatSetValuesBlockedStencil()
1922 jdxm = bufm; in MatSetValuesBlockedStencil()
1946 PetscCall(PetscFree2(bufm, bufn)); in MatSetValuesBlockedStencil()