Searched refs:MatLUFactorNumeric_SeqAIJ (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aijfact.c | 191 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 D | aij.h | 345 PETSC_INTERN PetscErrorCode MatLUFactorNumeric_SeqAIJ(Mat, Mat, const MatFactorInfo *);
|
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.kokkos.cxx | 1936 PetscCall(MatLUFactorNumeric_SeqAIJ(B, A, info)); in MatLUFactorNumeric_SeqAIJKokkos()
|
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 208 PetscCall(MatLUFactorNumeric_SeqAIJ(B, A, info)); in MatLUFactorNumeric_SeqAIJHIPSPARSE()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 2157 PetscCall(MatLUFactorNumeric_SeqAIJ(B, A, info)); in MatLUFactorNumeric_SeqAIJCUSPARSE()
|