| /petsc/doc/tutorials/performance/ |
| H A D | exampleTASOutPut.txt | 19 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 D | ex7.c | 9 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 D | ex30.c | 16 …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 D | ex125_cusparse_2_cholesky-0.out | 2 CUSPARSE LU: 3 0-the LU numfactorization 8 1-the LU numfactorization
|
| H A D | ex125_superlu_dist_complex.out | 2 SUPERLU_DIST LU: 3 0-the LU numfactorization 8 1-the LU numfactorization
|
| H A D | ex125_cusparse_cholesky-0.out | 2 CUSPARSE LU: 3 0-the LU numfactorization 8 1-the LU numfactorization
|
| H A D | ex125_superlu_dist_nonsymmetric.out | 2 SUPERLU_DIST LU: 3 0-the LU numfactorization 8 1-the LU numfactorization
|
| H A D | ex125_nsize-2_saddle_point_mumps_lu.out | 2 MUMPS LU: 3 0-the LU numfactorization 12 1-the LU numfactorization
|
| H A D | ex125_superlu_dist_complex_2.out | 2 SUPERLU_DIST LU: 3 0-the LU numfactorization 12 1-the LU numfactorization
|
| H A D | ex125_superlu.out | 2 SUPERLU LU: 3 0-the LU numfactorization 12 1-the LU numfactorization
|
| H A D | ex125_nsize-2_saddle_point_superlu_dist.out | 2 SUPERLU_DIST LU: 3 0-the LU numfactorization 12 1-the LU numfactorization
|
| H A D | ex125_nsize-1_saddle_point_superlu_dist.out | 2 SUPERLU_DIST LU: 3 0-the LU numfactorization 12 1-the LU numfactorization
|
| H A D | ex125_mkl_pardiso.out | 2 MKL_PARDISO LU: 3 0-the LU numfactorization 12 1-the LU numfactorization
|
| H A D | ex125_mumps_par.out | 2 MUMPS LU: 3 0-the LU numfactorization 12 1-the LU numfactorization
|
| H A D | ex125.out | 2 PETSC LU: 3 0-the LU numfactorization 12 1-the LU numfactorization
|
| H A D | ex125_superlu_dist.out | 2 SUPERLU_DIST LU: 3 0-the LU numfactorization 13 1-the LU numfactorization
|
| H A D | ex125_nsize-1_saddle_point_mumps_lu.out | 2 MUMPS LU: 3 0-the LU numfactorization 14 1-the LU numfactorization
|
| H A D | ex125_mumps_seq.out | 2 MUMPS LU: 3 0-the LU numfactorization 14 1-the LU numfactorization
|
| H A D | ex28_1.out | 1 PETSC LU:
|
| H A D | ex28_3.out | 1 MUMPS LU:
|
| H A D | ex28_4_mat_factor_type-lu.out | 1 CUSPARSE LU:
|
| H A D | ex28_2.out | 1 SUPERLU LU:
|
| H A D | ex126f_2.out | 1 use MUMPS LU...
|
| H A D | ex126f_1.out | 1 use PETSc LU...
|
| H A D | ex126_1.out | 1 use PETSc LU...
|