Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Daijfact.c191 B->ops->lufactornumeric = MatLUFactorNumeric_SeqAIJ; in MatLUFactorSymbolic_SeqAIJ()
218 PetscErrorCode MatLUFactorNumeric_SeqAIJ(Mat B, Mat A, const MatFactorInfo *info) in MatLUFactorNumeric_SeqAIJ() function
1525 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqAIJ; in MatILUFactorSymbolic_SeqAIJ_ilu0()
1697 fact->ops->lufactornumeric = MatLUFactorNumeric_SeqAIJ; in MatILUFactorSymbolic_SeqAIJ()
H A Daij.h345 PETSC_INTERN PetscErrorCode MatLUFactorNumeric_SeqAIJ(Mat, Mat, const MatFactorInfo *);
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1936 PetscCall(MatLUFactorNumeric_SeqAIJ(B, A, info)); in MatLUFactorNumeric_SeqAIJKokkos()
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx208 PetscCall(MatLUFactorNumeric_SeqAIJ(B, A, info)); in MatLUFactorNumeric_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu2157 PetscCall(MatLUFactorNumeric_SeqAIJ(B, A, info)); in MatLUFactorNumeric_SeqAIJCUSPARSE()