Home
last modified time | relevance | path

Searched refs:MAT_FACTOR_ILUDT (Results 1 – 7 of 7) sorted by relevance

/petsc/src/mat/impls/baij/seq/
H A Dbaijfact.c703 if (ftype == MAT_FACTOR_LU || ftype == MAT_FACTOR_ILU || ftype == MAT_FACTOR_ILUDT) { in MatGetFactor_seqbaij_petsc()
710 …etscCall(PetscStrallocpy(MATORDERINGNATURAL, (char **)&(*B)->preferredordering[MAT_FACTOR_ILUDT])); in MatGetFactor_seqbaij_petsc()
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx2328 if (ftype == MAT_FACTOR_LU || ftype == MAT_FACTOR_ILU || ftype == MAT_FACTOR_ILUDT) { in MatGetFactor_SeqAIJKokkos_Kokkos()
2333 …etscCall(PetscStrallocpy(MATORDERINGNATURAL, (char **)&(*B)->preferredordering[MAT_FACTOR_ILUDT])); in MatGetFactor_SeqAIJKokkos_Kokkos()
/petsc/src/mat/impls/aij/seq/
H A Daijfact.c26 if (ftype == MAT_FACTOR_LU || ftype == MAT_FACTOR_ILU || ftype == MAT_FACTOR_ILUDT) { in MatGetFactor_seqaij_petsc()
35 …etscCall(PetscStrallocpy(MATORDERINGNATURAL, (char **)&(*B)->preferredordering[MAT_FACTOR_ILUDT])); in MatGetFactor_seqaij_petsc()
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp1767 case MAT_FACTOR_ILUDT: // fall-through in GetFactor()
/petsc/include/
H A Dpetscmat.h205 MAT_FACTOR_ILUDT, enumerator
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx1874 if (ftype == MAT_FACTOR_LU || ftype == MAT_FACTOR_ILU || ftype == MAT_FACTOR_ILUDT) { in MatGetFactor_seqaijhipsparse_hipsparse()
1885 …etscCall(PetscStrallocpy(MATORDERINGNATURAL, (char **)&(*B)->preferredordering[MAT_FACTOR_ILUDT])); in MatGetFactor_seqaijhipsparse_hipsparse()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu2286 if (ftype == MAT_FACTOR_LU || ftype == MAT_FACTOR_ILU || ftype == MAT_FACTOR_ILUDT) { in MatGetFactor_seqaijcusparse_cusparse()
2297 …etscCall(PetscStrallocpy(MATORDERINGNATURAL, (char **)&(*B)->preferredordering[MAT_FACTOR_ILUDT])); in MatGetFactor_seqaijcusparse_cusparse()