| /petsc/src/snes/linesearch/impls/basic/ |
| H A D | linesearchbasic.c | 6 PetscBool changed_y, changed_w; in SNESLineSearchApply_Basic() local
|
| /petsc/src/snes/linesearch/impls/bisection/ |
| H A D | linesearchbisection.c | 6 PetscBool changed_y, changed_w; in SNESLineSearchApply_Bisection() local
|
| /petsc/src/snes/linesearch/impls/cp/ |
| H A D | linesearchcp.c | 6 PetscBool changed_y, changed_w; in SNESLineSearchApply_CP() local
|
| /petsc/src/snes/linesearch/impls/secant/ |
| H A D | linesearchsecant.c | 7 PetscBool changed_y, changed_w; in SNESLineSearchApply_Secant() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex3.c | 544 PetscErrorCode PreCheck(SNESLineSearch linesearch, Vec xcurrent, Vec y, PetscBool *changed_y, Petsc… in PreCheck() 569 … PostCheck(SNESLineSearch linesearch, Vec xcurrent, Vec y, Vec x, PetscBool *changed_y, PetscBool … in PostCheck() 639 …tSetSubKSP(SNESLineSearch linesearch, Vec xcurrent, Vec y, Vec x, PetscBool *changed_y, PetscBool … in PostSetSubKSP()
|
| /petsc/src/snes/tests/ |
| H A D | ex1f.F90 | 36 subroutine postcheck(snes, x, y, w, changed_y, changed_w, ctx, ierr) argument
|
| H A D | ex1.c | 517 PetscErrorCode postcheck(SNES snes, Vec x, Vec y, Vec w, PetscBool *changed_y, PetscBool *changed_w… in postcheck()
|
| /petsc/src/snes/linesearch/impls/nleqerr/ |
| H A D | linesearchnleqerr.c | 35 PetscBool changed_y, changed_w; in SNESLineSearchApply_NLEQERR() local
|
| /petsc/src/snes/linesearch/impls/bt/ |
| H A D | linesearchbt.c | 60 PetscBool changed_y, changed_w; in SNESLineSearchApply_BT() local
|
| /petsc/src/snes/impls/ngmres/ |
| H A D | ngmresfunc.c | 49 PetscBool changed_y, changed_w; in SNESNGMRESFormCombinedSolution_Private() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex27.c | 285 …tingFlowPostCheck(SNESLineSearch linesearch, Vec X, Vec Y, Vec W, PetscBool *changed_y, PetscBool … in ReactingFlowPostCheck()
|
| /petsc/src/snes/impls/ntrdc/ |
| H A D | ntrdc.c | 368 PetscBool changed_y; in SNESSolve_NEWTONTRDC() local
|
| /petsc/src/snes/interface/ftn-custom/ |
| H A D | zsnesf.c | 86 static PetscErrorCode ourtrprecheckfunction(SNES snes, Vec x, Vec y, PetscBool *changed_y, PetscCtx… in ourtrprecheckfunction() 117 static PetscErrorCode ourtrpostcheckfunction(SNES snes, Vec x, Vec y, Vec w, PetscBool *changed_y, … in ourtrpostcheckfunction()
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 417 PetscBool changed_y, changed_w; in SNESNewtonTRObjective() local
|