Home
last modified time | relevance | path

Searched refs:LU (Results 1 – 25 of 59) sorted by relevance

123

/petsc/doc/tutorials/performance/
H A DexampleTASOutPut.txt19 LU Factor : [7.157e-06 2.878e-05 7.875e-05 2.821e-04 1.050e-03]
21 LU Factor Mean : [6.480e-06 2.694e-05 7.535e-05 2.702e-04 1.048e-03]
23 LU Factor Range : [1.354e-06 3.668e-06 6.786e-06 2.368e-05 4.970e-06]
25 LU Factor Growth Rate : []
/petsc/src/mat/tests/
H A Dex7.c9 Mat C, LU; in main() local
73 PetscCall(MatGetFactor(C, MATSOLVERPETSC, MAT_FACTOR_LU, &LU)); in main()
74 PetscCall(MatLUFactorSymbolic(LU, C, perm, iperm, &luinfo)); in main()
75 PetscCall(MatLUFactorNumeric(LU, C, &luinfo)); in main()
83 PetscCall(MatSolve(LU, b, x)); in main()
94 PetscCall(MatGetInfo(LU, MAT_LOCAL, &info)); in main()
103 PetscCall(MatDestroy(&LU)); in main()
H A Dex30.c16 …PetscBool LU = PETSC_FALSE, CHOLESKY = PETSC_FALSE, TRIANGULAR = PETSC_FALSE, MATDSPL = PETSC_… in main() local
106 PetscCall(PetscOptionsHasName(NULL, NULL, "-lu", &LU)); in main()
107 if (LU) { in main()
122 if (LU && use_mkl_pardiso) { in main()
142 if (!LU && lf == 0) { in main()
/petsc/src/mat/tests/output/
H A Dex125_cusparse_2_cholesky-0.out2 CUSPARSE LU:
3 0-the LU numfactorization
8 1-the LU numfactorization
H A Dex125_superlu_dist_complex.out2 SUPERLU_DIST LU:
3 0-the LU numfactorization
8 1-the LU numfactorization
H A Dex125_cusparse_cholesky-0.out2 CUSPARSE LU:
3 0-the LU numfactorization
8 1-the LU numfactorization
H A Dex125_superlu_dist_nonsymmetric.out2 SUPERLU_DIST LU:
3 0-the LU numfactorization
8 1-the LU numfactorization
H A Dex125_nsize-2_saddle_point_mumps_lu.out2 MUMPS LU:
3 0-the LU numfactorization
12 1-the LU numfactorization
H A Dex125_superlu_dist_complex_2.out2 SUPERLU_DIST LU:
3 0-the LU numfactorization
12 1-the LU numfactorization
H A Dex125_superlu.out2 SUPERLU LU:
3 0-the LU numfactorization
12 1-the LU numfactorization
H A Dex125_nsize-2_saddle_point_superlu_dist.out2 SUPERLU_DIST LU:
3 0-the LU numfactorization
12 1-the LU numfactorization
H A Dex125_nsize-1_saddle_point_superlu_dist.out2 SUPERLU_DIST LU:
3 0-the LU numfactorization
12 1-the LU numfactorization
H A Dex125_mkl_pardiso.out2 MKL_PARDISO LU:
3 0-the LU numfactorization
12 1-the LU numfactorization
H A Dex125_mumps_par.out2 MUMPS LU:
3 0-the LU numfactorization
12 1-the LU numfactorization
H A Dex125.out2 PETSC LU:
3 0-the LU numfactorization
12 1-the LU numfactorization
H A Dex125_superlu_dist.out2 SUPERLU_DIST LU:
3 0-the LU numfactorization
13 1-the LU numfactorization
H A Dex125_nsize-1_saddle_point_mumps_lu.out2 MUMPS LU:
3 0-the LU numfactorization
14 1-the LU numfactorization
H A Dex125_mumps_seq.out2 MUMPS LU:
3 0-the LU numfactorization
14 1-the LU numfactorization
H A Dex28_1.out1 PETSC LU:
H A Dex28_3.out1 MUMPS LU:
H A Dex28_4_mat_factor_type-lu.out1 CUSPARSE LU:
H A Dex28_2.out1 SUPERLU LU:
H A Dex126f_2.out1 use MUMPS LU...
H A Dex126f_1.out1 use PETSc LU...
H A Dex126_1.out1 use PETSc LU...

123