Searched refs:lsqr (Results 1 – 25 of 41) sorted by relevance
12
| /petsc/src/ksp/ksp/impls/lsqr/ |
| H A D | lsqr.c | 44 KSP_LSQR *lsqr = (KSP_LSQR *)ksp->data; in KSPSetUp_LSQR() local 50 if (lsqr->vwork_m) PetscCall(VecDestroyVecs(lsqr->nwork_m, &lsqr->vwork_m)); in KSPSetUp_LSQR() 52 if (lsqr->vwork_n) PetscCall(VecDestroyVecs(lsqr->nwork_n, &lsqr->vwork_n)); in KSPSetUp_LSQR() 54 lsqr->nwork_m = 2; in KSPSetUp_LSQR() 55 if (nopreconditioner) lsqr->nwork_n = 4; in KSPSetUp_LSQR() 56 else lsqr->nwork_n = 5; in KSPSetUp_LSQR() 57 PetscCall(KSPCreateVecs(ksp, lsqr->nwork_n, &lsqr->vwork_n, lsqr->nwork_m, &lsqr->vwork_m)); in KSPSetUp_LSQR() 59 if (lsqr->se_flg && !lsqr->se) { in KSPSetUp_LSQR() 60 PetscCall(VecDuplicate(lsqr->vwork_n[0], &lsqr->se)); in KSPSetUp_LSQR() 61 PetscCall(VecSet(lsqr->se, PETSC_INFINITY)); in KSPSetUp_LSQR() [all …]
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex1_lsqr_2.out | 1 type: lsqr 5 convergence test: lsqr 6 type: lsqr 10 convergence test: lsqr 11 type: lsqr 15 convergence test: lsqr
|
| H A D | ex1_lsqr_1_ksp_convergence_test-skip.out | 5 type: lsqr 9 convergence test: lsqr
|
| H A D | ex1_lsqr_0_ksp_convergence_test-skip.out | 5 type: lsqr 9 convergence test: lsqr
|
| H A D | ex1_lsqr_1_ksp_convergence_test-default.out | 6 type: lsqr 10 convergence test: lsqr
|
| H A D | ex1_lsqr_0_ksp_convergence_test-default.out | 6 type: lsqr 10 convergence test: lsqr
|
| H A D | ex54_5.out | 2 type: lsqr 32 type: lsqr
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex27_6_hdf5_rect.out | 3 KSP type: lsqr
|
| H A D | ex27_6_hdf5_dense.out | 3 KSP type: lsqr
|
| H A D | ex27_6_hdf5.out | 3 KSP type: lsqr
|
| H A D | ex27_6_hdf5_rect_dense.out | 3 KSP type: lsqr
|
| H A D | ex27_10.out | 2 KSP type: lsqr
|
| H A D | ex27_7.out | 2 KSP type: lsqr
|
| H A D | ex27_11.out | 3 KSP type: lsqr
|
| H A D | ex27_4g.out | 20 KSP type: lsqr
|
| H A D | ex27_4c.out | 4 type: lsqr 105 KSP type: lsqr
|
| H A D | ex27_4d.out | 4 type: lsqr 109 KSP type: lsqr
|
| H A D | ex27_4b_ksp_lsqr_exact_mat_norm-0.out | 40 type: lsqr 59 KSP type: lsqr
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex72.c | 285 PetscBool lsqr, isbddc, ismatis; in main() local 288 PetscCall(PetscOptionsGetString(NULL, NULL, "-ksp_type", str, sizeof(str), &lsqr)); in main() 289 if (lsqr) PetscCall(PetscStrcmp("lsqr", str, &lsqr)); in main() 290 if (lsqr) { in main()
|
| /petsc/src/ml/regressor/tests/output/ |
| H A D | ex3_ksp_intercept.out | 5 type: lsqr
|
| H A D | ex3_ksp_no_intercept.out | 5 type: lsqr
|
| H A D | ex3_prefix_ksp.out | 8 type: lsqr
|
| H A D | ex2_prefix_ksp.out | 9 type: lsqr
|
| H A D | ex1_prefix_ksp.out | 9 type: lsqr
|
| H A D | ex3_prefix_ksp_suitesparse.out | 8 type: lsqr
|
12