| /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/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 …LineSearch linesearch, Vec X, Vec Y, Vec W, PetscBool *changed_y, PetscBool *changed_w, void *vctx) in ReactingFlowPostCheck()
|
| /petsc/src/snes/impls/ntrdc/ |
| H A D | ntrdc.c | 369 PetscBool changed_w; in SNESSolve_NEWTONTRDC() local
|
| /petsc/src/snes/linesearch/interface/ |
| H A D | linesearch.c | 394 …nc)(SNESLineSearch ls, Vec x, Vec d, Vec w, PetscBool *changed_d, PetscBool *changed_w, PetscCtx c… in SNESLineSearchSetPostCheck()
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 417 PetscBool changed_y, changed_w; in SNESNewtonTRObjective() local
|
| /petsc/src/snes/interface/ftn-custom/ |
| H A D | zsnesf.c | 117 …eckfunction(SNES snes, Vec x, Vec y, Vec w, PetscBool *changed_y, PetscBool *changed_w, PetscCtx c… in ourtrpostcheckfunction()
|