Searched refs:max_newton_its (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/impls/cg/gltr/ |
| H A D | gltrimpl.h | 46 PetscInt max_newton_its; /* Maximum newton iterations */ member
|
| H A D | gltr.c | 76 PetscInt i, j, max_cg_its, max_lanczos_its, max_newton_its, sigma; in KSPCGSolve_GLTR() 102 max_newton_its = cg->max_newton_its; in KSPCGSolve_GLTR() 767 for (i = 0; i < max_newton_its; ++i) { in KSPCGSolve_GLTR() 992 …p_cg_gltr_max_newton_its", "Maximum Newton Iters", "", cg->max_newton_its, &cg->max_newton_its, NU… in KSPCGSetFromOptions_GLTR() 1054 cg->max_newton_its = 10; in KSPCreate_GLTR()
|