Searched refs:is_gltr (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/tao/unconstrained/impls/nls/ |
| H A D | nls.c | 42 PetscBool is_nash, is_stcg, is_gltr, is_bfgs, is_jacobi, is_symmetric, sym_set; in TaoSolve_NLS() local 84 PetscCall(PetscStrcmp(ksp_type, KSPGLTR, &is_gltr)); in TaoSolve_NLS() 88 if (is_nash || is_stcg || is_gltr) { in TaoSolve_NLS() 123 if (is_nash || is_stcg || is_gltr) { in TaoSolve_NLS() 276 if (is_nash || is_stcg || is_gltr) { in TaoSolve_NLS() 351 if (is_gltr) { in TaoSolve_NLS() 413 if (is_gltr) { in TaoSolve_NLS() 454 if (is_gltr) { in TaoSolve_NLS() 529 if (is_nash || is_stcg || is_gltr) { in TaoSolve_NLS()
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnk.c | 571 PetscBool is_gltr; in TaoBNKSafeguardStep() local 575 PetscCall(PetscObjectTypeCompare((PetscObject)tao->ksp, KSPGLTR, &is_gltr)); in TaoBNKSafeguardStep() 576 if (is_gltr) { in TaoBNKSafeguardStep() 633 PetscBool is_gltr; in TaoBNKSafeguardStep() local 637 PetscCall(PetscObjectTypeCompare((PetscObject)tao->ksp, KSPGLTR, &is_gltr)); in TaoBNKSafeguardStep() 638 if (is_gltr) { in TaoBNKSafeguardStep() 713 PetscBool is_gltr; in TaoBNKPerformLineSearch() local 717 PetscCall(PetscObjectTypeCompare((PetscObject)tao->ksp, KSPGLTR, &is_gltr)); in TaoBNKPerformLineSearch() 718 if (is_gltr) { in TaoBNKPerformLineSearch()
|
| /petsc/src/tao/unconstrained/impls/ntr/ |
| H A D | ntr.c | 47 PetscBool is_nash, is_stcg, is_gltr, is_bfgs, is_jacobi, is_symmetric, sym_set; in TaoSolve_NTR() local 67 PetscCall(PetscStrcmp(ksp_type, KSPGLTR, &is_gltr)); in TaoSolve_NTR() 68 …PetscCheck(is_nash || is_stcg || is_gltr, PetscObjectComm((PetscObject)tao), PETSC_ERR_SUP, "TAO_N… in TaoSolve_NTR()
|
| /petsc/src/tao/unconstrained/impls/ntl/ |
| H A D | ntl.c | 32 PetscBool is_nash, is_stcg, is_gltr, is_bfgs, is_jacobi, is_symmetric, sym_set; in TaoSolve_NTL() local 61 PetscCall(PetscStrcmp(ksp_type, KSPGLTR, &is_gltr)); in TaoSolve_NTL() 62 …PetscCheck(is_nash || is_stcg || is_gltr, PetscObjectComm((PetscObject)tao), PETSC_ERR_SUP, "TAO_N… in TaoSolve_NTL()
|