Home
last modified time | relevance | path

Searched defs:changed_y (Results 1 – 14 of 14) sorted by relevance

/petsc/src/snes/linesearch/impls/basic/
H A Dlinesearchbasic.c6 PetscBool changed_y, changed_w; in SNESLineSearchApply_Basic() local
/petsc/src/snes/linesearch/impls/bisection/
H A Dlinesearchbisection.c6 PetscBool changed_y, changed_w; in SNESLineSearchApply_Bisection() local
/petsc/src/snes/linesearch/impls/cp/
H A Dlinesearchcp.c6 PetscBool changed_y, changed_w; in SNESLineSearchApply_CP() local
/petsc/src/snes/linesearch/impls/secant/
H A Dlinesearchsecant.c7 PetscBool changed_y, changed_w; in SNESLineSearchApply_Secant() local
/petsc/src/snes/tutorials/
H A Dex3.c544 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 Dex1f.F9036 subroutine postcheck(snes, x, y, w, changed_y, changed_w, ctx, ierr) argument
H A Dex1.c517 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 Dlinesearchnleqerr.c35 PetscBool changed_y, changed_w; in SNESLineSearchApply_NLEQERR() local
/petsc/src/snes/linesearch/impls/bt/
H A Dlinesearchbt.c60 PetscBool changed_y, changed_w; in SNESLineSearchApply_BT() local
/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c49 PetscBool changed_y, changed_w; in SNESNGMRESFormCombinedSolution_Private() local
/petsc/src/ts/tutorials/
H A Dex27.c285 …tingFlowPostCheck(SNESLineSearch linesearch, Vec X, Vec Y, Vec W, PetscBool *changed_y, PetscBool … in ReactingFlowPostCheck()
/petsc/src/snes/impls/ntrdc/
H A Dntrdc.c368 PetscBool changed_y; in SNESSolve_NEWTONTRDC() local
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c86 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 Dtr.c417 PetscBool changed_y, changed_w; in SNESNewtonTRObjective() local