Home
last modified time | relevance | path

Searched refs:lsqr (Results 1 – 25 of 41) sorted by relevance

12

/petsc/src/ksp/ksp/impls/lsqr/
H A Dlsqr.c44 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 Dex1_lsqr_2.out1 type: lsqr
5 convergence test: lsqr
6 type: lsqr
10 convergence test: lsqr
11 type: lsqr
15 convergence test: lsqr
H A Dex1_lsqr_1_ksp_convergence_test-skip.out5 type: lsqr
9 convergence test: lsqr
H A Dex1_lsqr_0_ksp_convergence_test-skip.out5 type: lsqr
9 convergence test: lsqr
H A Dex1_lsqr_1_ksp_convergence_test-default.out6 type: lsqr
10 convergence test: lsqr
H A Dex1_lsqr_0_ksp_convergence_test-default.out6 type: lsqr
10 convergence test: lsqr
H A Dex54_5.out2 type: lsqr
32 type: lsqr
/petsc/src/ksp/ksp/tutorials/output/
H A Dex27_6_hdf5_rect.out3 KSP type: lsqr
H A Dex27_6_hdf5_dense.out3 KSP type: lsqr
H A Dex27_6_hdf5.out3 KSP type: lsqr
H A Dex27_6_hdf5_rect_dense.out3 KSP type: lsqr
H A Dex27_10.out2 KSP type: lsqr
H A Dex27_7.out2 KSP type: lsqr
H A Dex27_11.out3 KSP type: lsqr
H A Dex27_4g.out20 KSP type: lsqr
H A Dex27_4c.out4 type: lsqr
105 KSP type: lsqr
H A Dex27_4d.out4 type: lsqr
109 KSP type: lsqr
H A Dex27_4b_ksp_lsqr_exact_mat_norm-0.out40 type: lsqr
59 KSP type: lsqr
/petsc/src/ksp/ksp/tutorials/
H A Dex72.c285 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 Dex3_ksp_intercept.out5 type: lsqr
H A Dex3_ksp_no_intercept.out5 type: lsqr
H A Dex3_prefix_ksp.out8 type: lsqr
H A Dex2_prefix_ksp.out9 type: lsqr
H A Dex1_prefix_ksp.out9 type: lsqr
H A Dex3_prefix_ksp_suitesparse.out8 type: lsqr

12