Searched refs:size_ls (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/impls/tsirm/ |
| H A D | tsirm.c | 5 PetscInt size_ls, maxiter_ls, cgls, size, Istart, Iend; member 22 …all(MatSetSizes(tsirm->S, tsirm->Iend - tsirm->Istart, PETSC_DECIDE, tsirm->size, tsirm->size_ls)); in KSPSetUp_TSIRM() 69 for (col = 0; col < tsirm->size_ls && ksp->reason == KSP_CONVERGED_ITERATING; col++) { in KSPSolve_TSIRM() 130 …sirm_size_ls", "Number of residuals for minimization", "", tsirm->size_ls, &tsirm->size_ls, NULL)); in KSPSetFromOptions_TSIRM() 196 tsirm->size_ls = 12; in KSPCreate_TSIRM()
|