Home
last modified time | relevance | path

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

/petsc/src/mat/impls/baij/seq/
H A Dbaijfact3.c161 PetscInt nlnk, *lnk, k, **bi_ptr; in MatLUFactorSymbolic_SeqBAIJ() local
188 PetscCall(PetscMalloc2(n + 1, &bi_ptr, n + 1, &im)); in MatLUFactorSymbolic_SeqBAIJ()
208 ajtmp = bi_ptr[row] + nzbd; /* points to the entry next to the diagonal */ in MatLUFactorSymbolic_SeqBAIJ()
236 bi_ptr[i] = current_space->array; in MatLUFactorSymbolic_SeqBAIJ()
249 PetscCall(PetscFree2(bi_ptr, im)); in MatLUFactorSymbolic_SeqBAIJ()
/petsc/src/mat/impls/aij/seq/
H A Daijfact.c63 PetscInt nlnk, *lnk, k, **bi_ptr; in MatLUFactorSymbolic_SeqAIJ() local
86 PetscCall(PetscMalloc2(n + 1, &bi_ptr, n + 1, &im)); in MatLUFactorSymbolic_SeqAIJ()
106 ajtmp = bi_ptr[row] + nzbd; /* points to the entry next to the diagonal */ in MatLUFactorSymbolic_SeqAIJ()
135 bi_ptr[i] = current_space->array; in MatLUFactorSymbolic_SeqAIJ()
148 PetscCall(PetscFree2(bi_ptr, im)); in MatLUFactorSymbolic_SeqAIJ()