Home
last modified time | relevance | path

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

/petsc/src/mat/impls/baij/seq/
H A Dbaijfact3.c209 PetscCall(PetscLLAddSortedLU(ajtmp, row, &nlnk, lnk, lnkbt, i, nzbd, im)); in MatLUFactorSymbolic_SeqBAIJ()
/petsc/include/petsc/private/
H A Dmatimpl.h1043 static inline PetscErrorCode PetscLLAddSortedLU(const PetscInt *PETSC_RESTRICT indices, PetscInt id… in PetscLLAddSortedLU() function
/petsc/src/mat/impls/aij/seq/
H A Daijfact.c107 PetscCall(PetscLLAddSortedLU(ajtmp, row, &nlnk, lnk, lnkbt, i, nzbd, im)); in MatLUFactorSymbolic_SeqAIJ()